summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5f7f6414a2e17b491960cdc85e0cd2e8338432d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Lara Maia <lara@craft.net.br>

pkgname=geany-theme-retro
pkgdesc='A green retro theme for geany'
url='http://lara.craft.net.br'
pkgver=1
pkgrel=3
arch=(any)
license=('GPL')
depends=('geany')

source=("http://lara.craft.net.br/Geany/retro.conf")
md5sums=('beaf14e5aa25d73230d09c8bf43be127')

package() {
    install -Dm644 "$srcdir"/retro.conf "$pkgdir"/usr/share/geany/colorschemes/retro.conf
}