summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHomer Xing2021-12-20 09:39:36 -0800
committerHomer Xing2021-12-20 09:39:36 -0800
commita830e69ef6c6dc318cdae18d3df7b5ed1720ac24 (patch)
tree8f823bbafd6c35d7a5b15be4dc134206ed8b3816
parentbbf1d539eda66f2aa48044f26a2c33fa138ee19d (diff)
downloadaur-a830e69ef6c6dc318cdae18d3df7b5ed1720ac24.tar.gz
install license file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e87993d5847..aced6cfc7adc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = indicator-sysmonitor-git
pkgdesc = An Application Indicator showing various system parameters
pkgver = r120.6a4e9f4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fossfreedom/indicator-sysmonitor
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 7db9c87a8c08..6968d643c803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgbase=indicator-sysmonitor
pkgbase="${_pkgbase}-git"
pkgname=("${_pkgbase}-budgie-git" "${_pkgbase}-appindicator-git")
pkgver=r120.6a4e9f4
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc='An Application Indicator showing various system parameters'
arch=('any')
@@ -41,6 +41,7 @@ package_indicator-sysmonitor-budgie-git() {
cd "${_pkgbase}"
make DESTDIR="${pkgdir}" installbudgie
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/indicator-sysmonitor-budgie-git/LICENSE"
python -m compileall -d '/' "${pkgdir}/"
python -O -m compileall -d '/' "${pkgdir}/"
@@ -54,6 +55,7 @@ package_indicator-sysmonitor-appindicator-git() {
cd "${_pkgbase}"
make DESTDIR="${pkgdir}" install
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/indicator-sysmonitor-appindicator-git/LICENSE"
python -m compileall -d '/' "${pkgdir}/"
python -O -m compileall -d '/' "${pkgdir}/"