summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun1232020-04-28 09:35:48 +0800
committeryjun1232020-04-28 09:35:48 +0800
commit2238b85c9bd6e9a40d01ea329fe2b285cd73bf32 (patch)
tree2bce20df7795f88d56676237d74c95cb904056a8
parent56d0d1bfb939529a4eaab4cc37aec9eb4f1d0fc1 (diff)
downloadaur-2238b85c9bd6e9a40d01ea329fe2b285cd73bf32.tar.gz
add LICENSE
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d58160b744d4..63254174034a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,4 +18,5 @@ build() {
}
package() {
install -Dm755 ${pkgname}-${pkgver}/target/release/ncmt ${pkgdir}/usr/bin/ncmt
+ install -Dm644 ${pkgname}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}