mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add salt PKGBUILD
This commit is contained in:
parent
4103384be8
commit
f9b058edb0
1 changed files with 23 additions and 0 deletions
23
PKGBUILD
Normal file
23
PKGBUILD
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Maintainer: Thomas S Hatch <thatch45@gmail.com>
|
||||
|
||||
pkgname=salt
|
||||
pkgver=0.1
|
||||
pkgrel=1
|
||||
pkgdesc="A distributed remote execution system"
|
||||
arch=(any)
|
||||
url="https://github.com/thatch45/salt"
|
||||
license=("APACHE")
|
||||
depends=('python2'
|
||||
'pyzmq'
|
||||
'python-m2crypto')
|
||||
makedepends=()
|
||||
optdepends=()
|
||||
options=()
|
||||
source=("$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('44957d7faabbe6dece7d8ddee5ac1af9')
|
||||
|
||||
package() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
||||
python2 setup.py install --root=$pkgdir/ --optimize=1
|
||||
}
|
Loading…
Add table
Reference in a new issue