32 lines
		
	
	
		
			907 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			907 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# 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="noarch"
 | 
						|
options="!check"
 | 
						|
license="Apache"
 | 
						|
 | 
						|
depends="
 | 
						|
	jq
 | 
						|
	openssh-client
 | 
						|
	sudo"
 | 
						|
 | 
						|
install="
 | 
						|
	${pkgname}.post-install
 | 
						|
	${pkgname}.post-deinstall"
 | 
						|
 | 
						|
source="
 | 
						|
	ssh-config
 | 
						|
	one-sudoers"
 | 
						|
 | 
						|
package() {
 | 
						|
	install -Dm755 "${srcdir}/ssh-config" "${pkgdir}/usr/share/one/ssh/config"
 | 
						|
	install -Dm750 "${srcdir}/one-sudoers" "${pkgdir}/etc/sudoers.d/one-sudoers"
 | 
						|
}
 | 
						|
sha512sums="
 | 
						|
71c4ebfa1b1c32c59b0fead99730604e0edba617f6d6b9a4e9a4d9671fbe75c60f9f4d53fb5e2f35d7c632c7e308bd047af2f1db769de4134eb078d7b0fc3486  ssh-config
 | 
						|
1ad8bc352282e613717e66f4bef7887058fea3e729a2907dc1fc3c560f1051e060859e865248d57108b8002c09e7e48212bd9176defc21465b07e98d65f74214  one-sudoers"
 |