19 lines
566 B
Bash
19 lines
566 B
Bash
# Template file for 'terminology'
|
|
pkgname=terminology
|
|
version=1.12.1
|
|
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=f8ced9584c2e9ae87452ce7425fd25b2d3e122c7489785d2917890215c6b5aa9
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|