[aur-general] PKGBUILD Help

Felix Yan felixonmars at gmail.com
Tue Sep 17 05:29:29 EDT 2013


1. You get the path wrong.

install -m755 "src/sndup-linux" "$pkgdir/usr/bin"

should be

install -m755 "sndup" "$pkgdir/usr/bin"

2. Please don't do the git clone/pull stuff manually, use the pacman 4.1 style instead:

source=(git://github.com/stormdragon2976/sndup-linux.git)

and omit the whole build()

3. WTFPL is not a common license, you need to grab it and put inside the package.

Regards,
Felix Yan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://mailman.archlinux.org/pipermail/aur-general/attachments/20130917/1b3ed9fc/attachment.asc>


More information about the aur-general mailing list