You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
806 B
31 lines
806 B
# Contributor: Santic <email@santic-zombie.ru>
|
|
# Maintainer: Santic <email@santic-zombie.ru>
|
|
pkgname=opennebula-common
|
|
pkgver=6.8.0
|
|
pkgrel=1
|
|
pkgdesc="Common OpenNebula package shared by various components (Community Edition)"
|
|
url="https://opennebula.io/"
|
|
arch="x86_64"
|
|
options="!check"
|
|
license="Apache"
|
|
|
|
depends="
|
|
jq
|
|
openssh-client"
|
|
|
|
install="
|
|
${pkgname}.post-install"
|
|
|
|
source="
|
|
ssh-config"
|
|
|
|
package() {
|
|
cd "opennebula-common-${pkgver}"
|
|
|
|
install -d -m750 "${pkgdir}/var/lock/one"
|
|
install -d -m750 "${pkgdir}/var/log/one"
|
|
install -d -m750 "${pkgdir}/var/run/one"
|
|
|
|
install -D -m755 "${srcdir}/ssh-config" "${pkgdir}/usr/share/one/ssh/config"
|
|
}
|
|
sha512sums="71c4ebfa1b1c32c59b0fead99730604e0edba617f6d6b9a4e9a4d9671fbe75c60f9f4d53fb5e2f35d7c632c7e308bd047af2f1db769de4134eb078d7b0fc3486 ssh-config"
|
|
|