summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22320b1f1bca..3deafceee524 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,17 @@
# This PKGBUILD is maintained at: https://github.com/majewsky/system-configuration/tree/master/holo
pkgname='holo'
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc='Minimalistic configuration management'
-arch=('x86_64')
+arch=('i686' 'x86_64')
url='http://holocm.org'
license=('GPL2')
-depends=('shadow')
+depends=(
+ # 'git' # TODO: uncomment this for 0.10 release where holo uses git-diff for file diffs
+ 'fakeroot' # required for holo-build
+ 'pacman' # required for holo-build pacman generator (and pulls in other required tools, e.g. bsdtar and xz)
+ 'shadow' # required for holo users/groups provisioning
+)
makedepends=('go' 'perl')
source=("https://github.com/holocm/holo/releases/download/v${pkgver}/holo-${pkgver}.tar.gz")
md5sums=('b14333d0c83a58938a6c1b2b45db55ee')