New package: enventor-0.1.

This commit is contained in:
Juan RP 2013-12-28 23:32:36 +01:00
parent f4e9a846af
commit 73d7f71cfa

22
srcpkgs/enventor/template Normal file
View file

@ -0,0 +1,22 @@
# Template file for 'enventor'
pkgname=enventor
version=0.1
revision=1
wrksrc="${pkgname}-${version}.0"
hostmakedepends="pkg-config"
makedepends="efl-devel>=1.8 elementary-devel>=1.8 desktop-file-utils"
build_style=gnu-configure
configure_args="--disable-static"
homepage="http://enlightenment.org"
short_desc="Enlightenment's EDC editor with some convenient functions"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=144ca4eabea0c5b640e338f8f03a5692f60d51f4d667d264fc9299ed4148f67d
enventor_package() {
depends="desktop-file-utils"
pkg_install() {
vmove all
}
}