aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-10-23 22:50:23 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-10-23 22:50:33 +0200
commitd90b83560752b61798c3565eaf35d0cde04e3bad (patch)
treeb10cde50d5d9a42321661849a88e4fd9e4fee366 /community
parent33b89ed8287cea26787718bf7a4005d7edb14049 (diff)
downloadaports-d90b83560752b61798c3565eaf35d0cde04e3bad.tar.bz2
aports-d90b83560752b61798c3565eaf35d0cde04e3bad.tar.xz
main/one-context: move from community
Diffstat (limited to 'community')
-rw-r--r--community/one-context/APKBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/community/one-context/APKBUILD b/community/one-context/APKBUILD
deleted file mode 100644
index ad28687381..0000000000
--- a/community/one-context/APKBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# Contributor: Jakub Jirutka <jakub@jirutka.cz>
-# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
-pkgname=one-context
-pkgver=0.5.3
-pkgrel=0
-pkgdesc="Contextualization scripts for OpenNebula guests"
-url="https://github.com/jirutka/one-context/"
-arch="noarch"
-license="MIT"
-depends="blkid"
-source="$pkgname-$pkgver.tar.gz::https://github.com/jirutka/$pkgname/archive/v$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
-package() {
- cd "$builddir"
-
- PREFIX=/usr DESTDIR="$pkgdir" DISTRO=alpine ./install
-}
-
-sha512sums="d8b6632269fa928c9bb8140f6c90f7ad561307792ea6217363d2c3c67bed10b2844a9c74b9ff469026c8664cd244e883f5cc9728beda0edd4d2f83c21115b4c3 one-context-0.5.3.tar.gz"