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

Reply via email to