18 lines
557 B
Bash
18 lines
557 B
Bash
# Template file for 'terminology'
|
|
pkgname=terminology
|
|
version=1.4.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"
|
|
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=d7b8b35fa38cb6a8746435c44f3517c47324d4c8362b35878ec90c9254d9a956
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|