blob: 943bb40da76cadcc3b5a0303db3a799c0a2e63f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Maintainer: Ryan Cragun <me@ryan.ec>
pkgname=habitat-bin
pkgver=0.85.0
_builddate=20190916214648
pkgrel=1
pkgdesc="Application automation framework that allows you to build applications that have automation built-in"
arch=('x86_64')
url="https://www.habitat.sh/"
license=('Apache')
provides=('habitat')
conflicts=('habitat' 'habitat-git')
source=("https://dl.bintray.com/habitat/stable/linux/${arch}/hab-${pkgver}-${_builddate}-${arch}-linux.tar.gz")
sha256sums=('2e526f81316b921b4689354c29ceb0e6df1a734554f63f8873e6ff0adf0efd4a')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"
}
|