summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/byobu/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/byobu/APKBUILD b/testing/byobu/APKBUILD
deleted file mode 100644
index e8f9ba5f..00000000
--- a/testing/byobu/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor:
-# Maintainer:
-pkgname=byobu
-pkgver=2.64
-pkgrel=0
-pkgdesc="enhancement of the GNU Screen"
-url="https://launchpad.net/byobu"
-license="GPL-3"
-depends="screen python"
-makedepends=
-install=
-subpackages="$pkgname-doc"
-source="http://launchpad.net/byobu/trunk/$pkgver/+download/byobu_$pkgver.orig.tar.gz"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-prepare() {
- cd "$_builddir"
-}
-
-build() {
- cd "$_builddir"
-}
-
-package() {
- cd "$_builddir"
- mkdir -p "$pkgdir"
- cp -a etc usr "$pkgdir"/
-}
-
-md5sums="54a0398ad8134dfb8914c49548be3f4e byobu_2.64.orig.tar.gz"