[aur-general] Update: disklow
Holger Jahn
lists at loomsday.co.nz
Wed Sep 4 00:49:09 UTC 2019
Hi Jean,
Many thanks. I made the suggested changes, and finally created the AUR
package:
https://aur.archlinux.org/packages/disklow/
Regards,
Holger
On 4/09/19 8:30 am, Jean Lucas via aur-general wrote:
> Hi Holger,
>
>> install -m0644 -Dt $pkgdir/etc disklow.conf
>> install -m0755 -Dt $pkgdir/usr/bin disklow
>> install -m0644 -Dt $pkgdir/usr/share/doc/disklow sendmail-
> setup.txt
>> install -m0644 -Dt $pkgdir/usr/share/man/man1 disklow.1
>> gzip -f $pkgdir/usr/share/man/man1/disklow.1
>
> pkgdir should always be quoted ("$pkgdir"), to handle cases where
> variable expansion results in string splits (spaces).
>
> As mentioned, pkgdesc should also be 80 chars or less.
>
>> gzip -f $pkgdir/usr/share/man/man1/disklow.1
>
> Gzip'ing man pages isn't necessary, as makepkg does that for you
> already (see /etc/makepkg.conf, keyword 'zipman') with system-wide
> settings.
>
>> pkgrel='3'
>
> When you're ready to push this PKGBUILD to the AUR, you *could* reset
> pkgrel to 1, since it'd be the first PKGBUILD release there (instead of
> starting from 3).
>
> HTH
>
More information about the aur-general
mailing list