summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn-Gee2020-09-24 18:49:05 -0700
committerJohn-Gee2020-09-24 18:49:05 -0700
commit88a3054ffb9c737e303d0c84fca75c1fb44c4138 (patch)
tree76101aec66ca5c27b6e42f88aaae386cd79a24fc /PKGBUILD
parentba880679387d6698df15c83e86ad5d19b92cbae2 (diff)
downloadaur-cpuid.py-git.tar.gz
Added license and maintainer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc60756a69a1..55e30727681e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
+# Maintainer: gee
pkgname=cpuid.py-git
pkgver=r27.fcffb0a
-pkgrel=1
+pkgrel=2
pkgdesc="Pure Python interface to the CPUID instruction"
url="https://github.com/flababah/cpuid.py"
license=(MIT)
@@ -17,4 +18,5 @@ pkgver() {
package() {
install -Dm755 "${srcdir}/${pkgname%-git}/${pkgname%-git}" "${pkgdir}/usr/bin/cpuid.py"
+ install -Dm644 "${srcdir}/${pkgname%-git}/LICENSE" "$pkgdir/usr/share/licenses/${pkgname%-git}/LICENSE"
}