[aur-general] First package
Nathan O.
ndowens04 at gmail.com
Mon May 31 01:58:09 EDT 2010
On 05/31/2010 12:54 AM, Gary Wright wrote:
> On Sun, May 30, 2010 at 3:05 PM, Stephen Weinberg<stephen at 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.
More information about the aur-general
mailing list