Add COPYING and README to pkgbuild install (#200)
This commit is contained in:
@@ -38,5 +38,7 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install -C build
|
||||
}
|
||||
DESTDIR="$pkgdir/" ninja -C build install
|
||||
install -Dm644 "$_pkgfoldername-$pkgver/COPYING" -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
install -Dm644 "$_pkgfoldername-$pkgver/README.md" -t "$pkgdir/usr/share/doc/$pkgname"
|
||||
}
|
Reference in New Issue
Block a user