19 lines
550 B
Bash
19 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
|
|
}
|