summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e077185a882629554d153a9f11a84a623637a0ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Jesús Jerez <jerezmoreno@gmail.com>
# collaborator: Alessio Sergi <asergi@archlinux.us>
# Contributor: Sagar Chalise <chalisesagar@gmail.com>

pkgname=geany-themes
pkgver=1.24
pkgrel=1
pkgdesc='A collection of color schemes for Geany.'
arch=('any')
url='https://git.geany.org/geany-themes/'
license=('GPL')
depends=('geany')
source=("https://git.geany.org/$pkgname/snapshot/$pkgname-${pkgver}.tar.gz")
sha1sums=('45063d57079e9f444c677f0d78b5c0d47653bfa5')

package() {
	cd ${srcdir}/${pkgname}-${pkgver}
	install -dm755 ${pkgdir}/usr/share/geany/colorschemes
	install -D -m644 colorschemes/* ${pkgdir}/usr/share/geany/colorschemes/
}