21 lines
880 B
Bash
21 lines
880 B
Bash
# Template file for 'terminator'
|
|
pkgname=terminator
|
|
version=2.1.3
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="intltool python3-setuptools"
|
|
depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify
|
|
python3-dbus python3-gobject python3-psutil python3-configobj vte3 pango"
|
|
short_desc="Tiling terminal emulator application"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://gnome-terminator.org"
|
|
changelog="https://raw.githubusercontent.com/gnome-terminator/terminator/master/CHANGELOG.md"
|
|
distfiles="https://github.com/gnome-terminator/terminator/releases/download/v$version/terminator-$version.tar.gz"
|
|
checksum=0ae9943f3d6b72230c14bcb355de84dd81274c033e76ca4698e80d7c93cd6ae5
|
|
|
|
post_patch() {
|
|
# Package does not *need* pytest-runner to build, and Void doesn't have it
|
|
vsed -e '/pytest-runner/d' -i setup.py
|
|
}
|