summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohan Radivoj2020-07-19 11:58:10 +0200
committerJohan Radivoj2020-07-19 11:58:10 +0200
commit72f4d1454d1d1b8af097f38090dab25dba768dd7 (patch)
treed91cf4dd8693250125d09be21bd393cd21936d58 /PKGBUILD
parentd62466aa7f249a61dd20460d592fdd792af2fafa (diff)
downloadaur-72f4d1454d1d1b8af097f38090dab25dba768dd7.tar.gz
upgpkg: bspi-git r15.ed6d090-1
Install default config to /usr/share, add post-install instructions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae4d7747c75a..55f256a59a09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ pkgdesc='Icons for bspwm, sort of'
arch=('any')
url="https://github.com/fiskhest/aur-${pkgname}"
license=('BSD')
+install=${pkgname}.install
depends=('bspwm' 'xorg-xprop' 'ttf-font-awesome' 'python')
makedepends=('git')
provides=("${_pkgname}")
@@ -24,6 +25,7 @@ pkgver() {
package() {
cd "${_pkgname}"
install -D -m 755 -t "${pkgdir}/usr/bin" bspi.py bspi_listen
+ install -D -m 644 bspi.ini "${pkgdir}/usr/share/doc/${_pkgname}/bspi.ini"
install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}