On Wed, 27 Nov 2024 22:03:56 -0500
bill-auger <[email protected]> wrote:

> LGTM - i had to make some changes though
> 
> the new policy seems to be to drop the 'custom:' from license names,
> unless the license does not have an SPDX ID
> https://wiki.archlinux.org/title/PKGBUILD#license
> 
> also, the 'termo' code=base is MIT-licensed, so i added that
> 
>   -license=('custom:0BSD')
>   +license=('0BSD' 'MIT')
> 
> 
> $pkgdir must always be quoted
> 
>   -make install DESTDIR=$pkgdir
>   +make install DESTDIR="$pkgdir"
> 
> 
> MIT, BSD, and others that once were 'custom:' need to be installed
> explicitly in the package() function - that has always been the policy
> 
>   +install -Dm644 LICENSE
> "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.liberty +install -Dm644
> LICENSE       "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.nncmpp
> +install -Dm644 termo/LICENSE
> "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.termo
> 
> 
> ive put this in pcr-testing for now - could you plz install that
> package and make sure that it works properly
> _______________________________________________ Dev mailing list
> [email protected]
> https://lists.parabola.nu/mailman/listinfo/dev

I've installed it and tested it, can confirm that it is working as
expected.

-- 
Kind Regards,
Wael Karram.

Attachment: pgpldwlEWLmf0.pgp
Description: OpenPGP digital signature

_______________________________________________
Dev mailing list
[email protected]
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to