[aur-general] Is it OK to provide the binary inside the PKGBUILD?
Karol Blazewicz
karol.blazewicz at gmail.com
Wed Dec 4 03:54:10 EST 2013
I noticed mp4join doesn't provde an upstream url and the PKGBUILD
looks ... interesting:
https://aur.archlinux.org/packages/mp/mp4join/PKGBUILD
package() {
cat << 'ENDEVOMGELAENDE' | openssl base64 -d > mp4join
<code goes here>
ENDEVOMGELAENDE
chmod 755 mp4join
install -D -m755 ./mp4join "${pkgdir}/usr/bin/mp4join"
}
Is it kosher?
More information about the aur-general
mailing list