summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5c1cc480fea77c00bf97efda7227589ab60785e8 (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.51.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=('cec75feb396d3f0499682df68b67412b932d6ca8a4f7b3af8ec515106b14dbbe817e39c689d5aa32dc4111ee8b092835f73c5aa02079397f0ed5463ffe0a22eb')

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