mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-05 21:52:08 +01:00
21 lines
663 B
Plaintext
21 lines
663 B
Plaintext
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
|
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
|
pkgname=one-context
|
|
pkgver=0.5.5
|
|
pkgrel=0
|
|
pkgdesc="Contextualization scripts for OpenNebula guests"
|
|
url="https://github.com/jirutka/one-context/"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="blkid"
|
|
source="https://github.com/jirutka/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
|
|
builddir="$srcdir/$pkgname-$pkgver"
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
|
|
PREFIX=/usr DESTDIR="$pkgdir" DISTRO=alpine ./install
|
|
}
|
|
|
|
sha512sums="7d82a77a766ccf050b1f46aaa5ef43b0cdeb4413ef65d9304c965eacfe1ba293b693963513e5f3e98e104c93353b5a0429894f28a8f9a9cdd6c64d6579a2a548 one-context-0.5.5.tar.gz"
|