patrick
/
plasp
Archived
1
0
Fork 0

Added license file to PKGBUILD for AUR.

This commit is contained in:
Patrick Lühne 2016-10-07 18:41:53 +02:00
parent 1e2573d3e7
commit a163278fb5
1 changed files with 1 additions and 0 deletions

View File

@ -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"
}