summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2bc2ef45c65921cb9f5cad151b073570f8468394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Willy Micieli <micieli@vivaldi.net>

pkgname=zuu
pkgver=0.3.7
pkgrel=2
pkgdesc="An rust program to run tests with git hooks" 
provides=("again")
arch=('any')
url="https://github.com/taishingi/zuu"
license=('GPL3')
depends=('rust' 'git')
source=("${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('08514e4b1719bc2f57c6bbfbd0f6f69caee08126af7d27ad5d37ef710d8d1426')

package() {
    cd "${pkgname}-${pkgver}"
    cargo install --path .
}