Added license file to PKGBUILD for AUR.
This commit is contained in:
parent
1e2573d3e7
commit
a163278fb5
@ -35,4 +35,5 @@ build() {
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
install -D build/bin/${pkgname} ${pkgdir}/usr/bin/${pkgname}
|
||||
install -D -m644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
}
|
||||
|
Reference in New Issue
Block a user