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