mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
23 lines
645 B
Text
23 lines
645 B
Text
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
|
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
|
pkgname=one-context
|
|
pkgver=0.9.0
|
|
pkgrel=0
|
|
pkgdesc="Contextualization scripts for OpenNebula guests"
|
|
url="https://github.com/jirutka/one-context/"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="blkid partx sfdisk"
|
|
source="https://github.com/jirutka/one-context/archive/v$pkgver/one-context-$pkgver.tar.gz"
|
|
|
|
check() {
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
make install PREFIX=/usr DESTDIR="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
21d4464ef7f56880634b97fdfca6766423a758c7726e9f9c7980f0eee4a1ee368a3c0fa4c0f94df7a2377e2b1ae2642adc3970e2d045e0d8ee8bcd70689acd21 one-context-0.9.0.tar.gz
|
|
"
|