aboutsummaryrefslogtreecommitdiffstats
path: root/community/terminator/APKBUILD
blob: 0e064c8b2cbc30f21eaf2dd57cf6a7c5fd4f6769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=terminator
pkgver=1.91
pkgrel=0
pkgdesc="Terminal emulator that supports tabs and grids"
url="http://gnometerminator.blogspot.fr/p/introduction.html"
arch="noarch"
license="GPL2"
depends="py-gtk xdg-utils vte dbus-glib gettext intltool keybinder3"
makedepends=""
install=""
subpackages="$pkgname-doc $pkgname-lang"
source="https://launchpad.net/$pkgname/gtk3/$pkgver/+download/$pkgname-$pkgver.tar.gz"

builddir="$srcdir"/$pkgname-$pkgver

build() {
	cd "$builddir"
	python2 setup.py build
}

package() {
	cd "$builddir"
	python2 setup.py install --skip-build --root="${pkgdir}"
	rm -f "${pkgdir}/usr/share/icons/hicolor/icon-theme.cache"
}

sha512sums="6feee96cda08f913601d3b01e51632bed87712ddb5ce577df1daa8a5fe4e8dc39075d5e21f87b865d1f007c7e1070ee2c0c814540c9c7786f0f24fbee762a03d  terminator-1.91.tar.gz"