aboutsummaryrefslogtreecommitdiffstats
path: root/community/one-context/APKBUILD
blob: 531e5a53aaa9703e609bdebe00c93bc9efa2b6b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=one-context
pkgver=0.5.2
pkgrel=0
pkgdesc="Contextualization scripts for OpenNebula guests"
url="https://github.com/jirutka/one-context/"
arch="noarch"
license="MIT"
depends="blkid"
makedepends=""
source="$pkgname-$pkgver.tar.gz::https://github.com/jirutka/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	return 0
}

package() {
	cd "$builddir"

	PREFIX=/usr DESTDIR="$pkgdir" DISTRO=alpine ./install
}

sha512sums="7f9b9af2257b378cc95a4cffece30a8a33db5113933b12ec06455de8bd327f72c2329715b3466e50ae7cb2381ccb117145fe9830b2d5111fe526e51eeb3032f0  one-context-0.5.2.tar.gz"