lots of updates

This commit is contained in:
Ella-0 2021-01-31 11:09:14 +00:00
parent 872362f202
commit c89aa236bd
45 changed files with 5388 additions and 74 deletions

View file

@ -26,13 +26,16 @@ package() {
rm -r $pkgdir/usr/share
}
package_doc() {
package_dev() {
cd $pkgname-$pkgver
make install DESTDIR=$pkgdir
rm -r $pkgdir/usr/bin
rm -r $pkgdir/usr/share
rm $pkgdir/usr/lib/*.so
rm $pkgdir/usr/lib/*.so.*
}
license() {
cd $pkgname-$pkgver
cat LICENSE
cat COPYING
}