void-packages/srcpkgs/terminology/template
Pulux 5140614c07 terminology: update to 1.2.0
Closes #13556.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-04-18 12:26:48 +02:00

18 lines
550 B
Bash

# Template file for 'terminology'
pkgname=terminology
version=1.2.0
revision=1
build_style=meson
hostmakedepends="pkg-config efl"
makedepends="efl-devel"
depends="desktop-file-utils xdg-utils"
homepage="http://enlightenment.org"
short_desc="Enlightenment's terminal emulator"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="2-clause-BSD"
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=bd1a50e43fe8078ccf1553397cb977d0b44026ea06aaa1a7c2c142450b25834f
post_install() {
vlicense COPYING
}