summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorko1N2020-09-07 00:50:50 +0200
committerko1N2020-09-07 00:50:50 +0200
commita852e251fe759237fd4094cb07d2e83bc288fcbc (patch)
tree6996842a8fdc06e9768da732cd65d43be12986a6 /PKGBUILD
parent473c5db50e04f1fd5370a89f04817098572e7ca2 (diff)
downloadaur-a852e251fe759237fd4094cb07d2e83bc288fcbc.tar.gz
added license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 828ac104eddc..35c022f4c154 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgver=0.1.1
pkgname=memflow-qemu-procfs-git
-pkgrel=1
+pkgrel=2
pkgdesc="Qemu Procfs connector plugin for the memflow physical memory introspection framework"
arch=(i686 x86_64)
url="https://github.com/memflow/memflow-qemu-procfs"
@@ -19,4 +19,5 @@ build() {
package() {
cd "${pkgname%-git}/target/release"
install -Dm755 libmemflow_qemu_procfs.so "${pkgdir}/usr/lib/memflow/qemu_procfs.so"
+ install -Dm644 "../../LICENSE" "${pkgdir}/usr/share/licenses/memflow-qemu-procfs/LICENSE"
}