summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4a4f2dace8f956ed9767007e65f415c9c693a026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor: Gerald Nunn <gerald dot b dot nunn at gmail dot com>
# Maintainer: Davi da Silva Böger <dsboger at gmail dot com>

pkgname=terminix
pkgver=0.53.0
pkgrel=1
pkgdesc="A tiling terminal emulator based on GTK+ 3 (binary distribution)"
arch=('x86_64')
url="http://github.com/gnunn1/terminix"
license=('MPL')
depends=('gtk3' 'dconf' 'gsettings-desktop-schemas' 'vte3')
optdepends=('python2-nautilus: for "Open Terminix Here" support in nautilus')
install=terminix.install
source_x86_64=(${pkgname}-${pkgver}.zip::https://github.com/gnunn1/terminix/releases/download/$pkgver/terminix.zip)
sha512sums_x86_64=('33d1e67ae8c3f1ae80be03a33107c29edc10752cd04a74c80d48711fe1588e84e035790323c830cbf1a4fa71c56df0fbddf0ce12231de9bc5c58ded65b5dfc7a')

package() {
	cp -ar $srcdir/usr $pkgdir/usr
}