void-packages/srcpkgs/terminology/template
2021-10-06 23:18:34 -03:00

19 lines
566 B
Bash

# Template file for 'terminology'
pkgname=terminology
version=1.10.0
revision=1
build_style=meson
hostmakedepends="pkg-config efl gettext"
makedepends="efl-devel"
depends="desktop-file-utils xdg-utils"
short_desc="Enlightenment's terminal emulator"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://www.enlightenment.org"
distfiles="https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=5faf658a8656df753a93a3147c0d35f5c77549f1954b48dc1f5a4b36253bb346
post_install() {
vlicense COPYING
}