Jguer 1232854fd4 Update vendor dependencies
Signed-off-by: Jguer <me@jguer.space>
2018-03-11 21:27:55 +00:00

36 lines
614 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

pkgname=shaman-git
pkgver=2.0.0.α.r29.g18fc492
pkgrel=1
pkgdesc="A small, native C library and utility to fetch weather"
url="https://github.com/HalosGhost/shaman"
arch=('i686' 'x86_64')
license=('GPL2')
depends=('curl' 'jansson')
makedepends=('git' 'tup' 'clang' 'python-sphinx')
source=('git+https://github.com/HalosGhost/shaman.git')
sha256sums=('SKIP')
pkgver () {
cd shaman
git describe --long | sed -r 's/([^-]*-g)/r\1/; s/-/./g'
}
build () {
cd shaman
make
}
#check () {
# cd shaman
# make test
#}
package () {
cd shaman
make DESTDIR="$pkgdir" PREFIX='/usr' install
}