summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2020-04-28 16:26:31 +0900
committerAdriĆ  Arrufat2020-04-28 16:26:31 +0900
commit58e9335293fd4037e54846c515d97619f2ffa2eb (patch)
tree1944ba627fd350bb2f8cb24823c197fe5d7b0289 /PKGBUILD
parentecf5311186a0d9c1a1a2e0ea89b611a26f3215d3 (diff)
downloadaur-58e9335293fd4037e54846c515d97619f2ffa2eb.tar.gz
add license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 372cfb2d826b..33cc11c2b82b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,4 +19,5 @@ build() {
package() {
cd ${pkgname}-${pkgver}
make install
+ install -D -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}