17 Sep
2013
17 Sep
'13
9:29 a.m.
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