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

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to