summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4880968a9a3233fa59c5951bda8e617a5420cdd1 (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.50.1
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=('347298fea0cd2639b22da825ef1f5e5b5553e5dfb7fcdb7f40ab1e1b95181919ad3d4bcb5853f7b51d38193870236739a92de05355bd5d07f74c501efc683992')

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