summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2021-07-03 02:51:51 -0500
committerLuis Martinez2021-07-03 02:51:51 -0500
commitc942eded50be5a17da6d0b68329a3abcee32c6bc (patch)
treeab6291473f4ec84c6aa13af9951ce2261f915a78 /PKGBUILD
parent3ba920bf6ce0e97466ac8e533d7bd1278fe45a9a (diff)
downloadaur-c942eded50be5a17da6d0b68329a3abcee32c6bc.tar.gz
add license info
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c1e29cc750f..1d5909c9cbcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=amdgpud-bin
_name=${pkgname%-bin}
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Fan control service for AMD GPUs"
arch=('x86_64')
url="https://github.com/eraden/amdgpud"
-license=('unknown')
+license=('Apache' 'MIT')
depends=('gcc-libs')
provides=("$_name")
conflicts=("$_name")
@@ -23,6 +23,7 @@ sha256sums=('13ce8fccef964641f7285a13fdc77ef343ca1683930de9ffd7beac829c4c64c3'
package() {
install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/amdfand"
+ # install -Dm644 LICENSE.APACHE2.md LICENSE.MIT.md -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm644 "README-$pkgver.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
install -Dm644 "$pkgname-$pkgver.service" "$pkgdir/usr/lib/systemd/system/amdfand.service"
install -Dm644 config.toml -t "$pkgdir/etc/$_name/"