summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 573ab40e3d9583b0e1b44ccfa715a4ab4d568d94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Mikuro Kagamine <mikurok@forgecrushing.com>

pkgname=trisquel-icewm-theme
pkgver=1.4
pkgrel=3
pkgdesc='This IceWM theme is inspired by the default theme of Trisquel GNU/Linux.'
arch=('any')
url='https://www.box-look.org/p/1018259'
license=('GPL3')
depends=('icewm')
source=('https://cdn-125.anonfiles.com/l9G31dycu0/ab209ef3-1622253183/Trisquel_1.4.tar.gz')
sha512sums=('de010d4061ef3c247ee92e52af6557e31a1aeda02844aac011a1dc6c7573fe13d2568954d221c170335ab1d2ab1ed4ed185f59ba003e4a9c034019030b06bb6a')

prepare() {
	echo Removing redundant GPL3 license file...
	rm ${srcdir}/Trisquel/IceWM/Trisquel/COPYING
}

package() {
	install -d ${pkgdir}/usr/share/icewm/themes
	cp -a ${srcdir}/Trisquel/IceWM/Trisquel ${pkgdir}/usr/share/icewm/themes/
}