From 35711c8900c2ace1472394fa76cfc4ada3c204a6 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Mon, 23 Sep 2019 00:21:33 +0200 Subject: community/tepl: move from testing --- community/tepl/APKBUILD | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 community/tepl/APKBUILD (limited to 'community/tepl') diff --git a/community/tepl/APKBUILD b/community/tepl/APKBUILD new file mode 100644 index 0000000000..ab26a040e9 --- /dev/null +++ b/community/tepl/APKBUILD @@ -0,0 +1,36 @@ +# Contributor: Rasmus Thomsen +# Maintainer: Rasmus Thomsen +pkgname=tepl +pkgver=4.2.0 +pkgrel=0 +pkgdesc="Text editor product line" +url="https://wiki.gnome.org/Projects/Tepl" +arch="all" +license="GPL-3.0-or-later" +makedepends="amtk-dev glib-dev gtksourceview4-dev gtk+3.0-dev libxml2-dev + uchardet-dev vala gobject-introspection-dev" +subpackages="$pkgname-dev $pkgname-doc" +options="!check" # needs DISPLAY +source="https://download.gnome.org/sources/tepl/${pkgver%.*}/tepl-${pkgver}.tar.xz" +builddir="$srcdir/tepl-$pkgver" + +build() { + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var + make +} + +check() { + make check +} + +package() { + make DESTDIR="$pkgdir" install +} + +sha512sums="32f69c6f0942a82e6b7f94eba776d55dce2af1c8e4c7abadf6af38a0a5abb0a94f0c426d5ec727b8eb478406ba113728b771597c2c84e508b8ccb113a74eab3d tepl-4.2.0.tar.xz" -- cgit v1.2.3