18 lines
557 B
Bash
18 lines
557 B
Bash
# Template file for 'terminology'
|
|
pkgname=terminology
|
|
version=1.4.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config efl"
|
|
makedepends="efl-devel"
|
|
depends="desktop-file-utils xdg-utils"
|
|
short_desc="Enlightenment's terminal emulator"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://www.enlightenment.org"
|
|
distfiles="https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
checksum=ed5904ba5eb11c67790964306ec260b4134e2a443ef5abd5105610d9943b3e60
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|