4 Dec
2013
4 Dec
'13
8:58 a.m.
Definitely not kosher, especially with everything in base64 (pkgbuild is basically obfuscated). Providing binaries is a pretty big no-no in general with few exceptions anyway. J. Leclanche On Wed, Dec 4, 2013 at 8:54 AM, Karol Blazewicz <karol.blazewicz@gmail.com> wrote:
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?