index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-27 17:31:13 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-27 17:31:13 +0100 |
commit | 1b181ca541630456922c2d23dd366765e4657c9b (patch) | |
tree | 34b5cc1210c188f550aed294cf5d87acca374d2f /community | |
parent | 6ef3585f8559963104c5535a8ede87a41f4f4ffa (diff) |
-rw-r--r-- | community/ruby-hpricot/PKGBUILD | 8 |
diff --git a/community/ruby-hpricot/PKGBUILD b/community/ruby-hpricot/PKGBUILD new file mode 100644 index 00000000..c10848ad --- /dev/null +++ b/community/ruby-hpricot/PKGBUILD @@ -0,0 +1,8 @@ +# Do no delete platform shared libraries +# nuspell "cannot load such file -- hpricot_scan" +eval "$( + declare -f package | \ + sed ' + /find.*\*\.so.*-delete.*/d + ' +)" |