summaryrefslogtreecommitdiffstats
path: root/xfce4-notifyd-theme-beacon/PKGBUILD
blob: eed33237813e2be7419c0acf1770126e8f0b780a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgname=xfce4-notifyd-theme-beacon
pkgver=1
pkgrel=1
pkgdesc="Beacon theme for xfce4-notifyd by kj_sh604"
arch=(any)
url="https://github.com/kj-sh604/xfce4-notifyd-theme-beacon"
license=('CC0-1.0')
depends=(xfce4-notifyd)
makedepends=('git')
source=("${pkgname}::git+${url}.git#commit=73a5dab1e1d9f8d89100a67e2d59595e13ec78a8")
sha384sums=('dbec0c9a806eac26b4da1689c7f352dff80da2f298d8b4621b9cbadb95e2c8576700658701c45bc472c017184c7b42ea')

package() {
	install -dm755 "${pkgdir}/usr/share/themes/Beacon/"
	cp -r "${srcdir}/${pkgname}/"* "${pkgdir}/usr/share/themes/Beacon/"
	if [ -d "${pkgdir}/usr/share/themes/Beacon/.git" ]; then
		rm -rf "${pkgdir}/usr/share/themes/Beacon/.git"
	fi
}

# vim: set ts=4 sw=4 et: