summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2018-10-05 21:39:11 +0200
committerJulian Xhokaxhiu2018-10-05 21:39:11 +0200
commita4ae148144e7bbe36d9fad50daed492db5ce3af4 (patch)
tree02c2330c28783e764d4ebfb2b943b7ca21f297a5 /PKGBUILD
parent25700ca7609a7f20b607b111e9bbadf4947820a8 (diff)
downloadaur-a4ae148144e7bbe36d9fad50daed492db5ce3af4.tar.gz
Add LICENSE.md to the package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a73801e23bf..b488e9afbb19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,4 +32,5 @@ package() {
# Unpack, flag as executable and move to the right directory
install -Dm755 "antibody" "$pkgdir/usr/bin/antibody"
+ install -Dm644 "LICENSE.md" "$pkgdir/usr/share/licenses/antibody/LICENSE"
}