aboutsummaryrefslogtreecommitdiffstats
path: root/testing/yeahconsole
diff options
context:
space:
mode:
authorJohannes Matheis <jomat+alpinebuild@jmt.gr>2014-08-28 15:04:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-01 08:20:33 +0000
commit73a7aebbd48bcedd2fda96ffdf57082d4a07a24f (patch)
treeae411d7caff891b838723fa646ea3cc1a331214f /testing/yeahconsole
parent538b257c40b8e74bb5fc8db5f984dc7fb949bdb5 (diff)
downloadaports-73a7aebbd48bcedd2fda96ffdf57082d4a07a24f.tar.bz2
aports-73a7aebbd48bcedd2fda96ffdf57082d4a07a24f.tar.xz
testing/yeahconsole: new aport
http://phrat.de/ Drop-down X terminal emulator wrapper
Diffstat (limited to 'testing/yeahconsole')
-rw-r--r--testing/yeahconsole/APKBUILD32
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/yeahconsole/APKBUILD b/testing/yeahconsole/APKBUILD
new file mode 100644
index 0000000000..d6ebf8dd5c
--- /dev/null
+++ b/testing/yeahconsole/APKBUILD
@@ -0,0 +1,32 @@
+# Contributor: Johannes Matheis <jomat+alpinebuild@jmt.gr>
+# Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr>
+pkgname=yeahconsole
+pkgver=0.3.4
+pkgrel=0
+pkgdesc="Drop-down X terminal emulator wrapper"
+url="http://phrat.de/"
+arch="all"
+license="GPL2"
+depends=""
+depends_dev=""
+makedepends="$depends_dev"
+install=""
+source="${url}${pkgname}-${pkgver}.tar.gz"
+
+_builddir="$srcdir/$pkgname-$pkgver"
+
+build() {
+ cd "$_builddir"
+ make PREFIX=${pkgdir}/usr || return 1
+}
+
+package() {
+ cd "$_builddir"
+ mkdir -p $pkgdir'/usr/bin'
+ make PREFIX=${pkgdir}/usr install || return 1
+ rm -f "$pkgdir"/usr/lib/*.la
+}
+
+md5sums="83a2367f9b4857fed02464b0e8a6595a yeahconsole-0.3.4.tar.gz"
+sha256sums="fcf3481f78a263a70f1cb5163630fc22e78bb0915013eb05689c6f4aeb0583ef yeahconsole-0.3.4.tar.gz"
+sha512sums="cba74d988b3cb991d95de1796e9e79b881fe011d4fc8d6aa1f863f4c465aadfd31250e57d36ce0118dfc367225c2861cf8e80ac47996c2718d83756a8e638ead yeahconsole-0.3.4.tar.gz"