summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Semjonov2019-07-12 14:09:11 +0200
committerAnton Semjonov2019-07-12 14:09:11 +0200
commit39133f4ca90a4ecba5c83069580464eca7f5055e (patch)
treea285c5759b9a3d8724d55324723f73348d421540 /PKGBUILD
parentf8cfa6fc707e86de9f04a89300f99d41dd1ea68d (diff)
downloadaur-aenker.tar.gz
install license during packaging
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2642762f341c..a282fefe45be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Authenticated encryption on the commandline using a chunked constructio
license=('MIT')
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
arch=('any')
depends=()
@@ -31,4 +31,5 @@ check() {
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}