On 05/31/2010 12:54 AM, Gary Wright wrote:
On Sun, May 30, 2010 at 3:05 PM, Stephen Weinberg<stephen@q5comm.com> wrote:
I made my first AUR package. Can someone take a look at it and tell me if I did anything wrong? http://aur.archlinux.org/packages.php?ID=37635
Also, are there any packages that need creating?
Thanks,
Stephen
Leading comment (# PKGBUILD for the ....) should be removed, as it is already covered in the $pkgdesc variable. otherwise, looks great (better than my first one!)
Gary
In place of mkdir -p, you can do install -d $pkgdir/usr/share/licenses/$pkgname and also do in place of my $pkgdir/usr/share/godesk/COPYING do install -Dm 644 $pkgdir/usr/share/$pkgname/COPYING $pkgdir/usr/share/licenses/$pkgname/ What you did isn't wrong, just thought I would pass the above info to you.