summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f32f7f..09721ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
1# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com> 1# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
2 2
3pkgname=drill 3pkgname=drill
4pkgver=0.5.0 4pkgver=0.6.0
5pkgrel=2 5pkgrel=1
6pkgdesc="Drill is a HTTP load testing application written in Rust inspired by Ansible syntax" 6pkgdesc="HTTP load testing application written in Rust inspired by Ansible syntax"
7url="https://github.com/fcsonline/drill" 7url="https://github.com/fcsonline/drill"
8depends=('openssl') 8depends=('openssl')
9makedepends=('cargo') 9makedepends=('cargo')
10arch=('x86_64') 10arch=('x86_64')
11license=('GPL-3.0') 11license=('GPL3')
12source=("${url}/archive/${pkgver}.tar.gz") 12source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
13md5sums=('ecafaa5eae61617cae8c08bb8358b338') 13sha256sums=('df460ca4aee574401536a4a4ada02f7d5e6a587caa54073606c6916c72cc2bf1')
14 14
15build() { 15build() {
16 cd "$pkgname-$pkgver" 16 cd "$pkgname-$pkgver"
@@ -20,7 +20,6 @@ build() {
20package() { 20package() {
21 cd "$pkgname-$pkgver" 21 cd "$pkgname-$pkgver"
22 install -Dm644 example/*.yml -t "$pkgdir/usr/share/drill/example/" 22 install -Dm644 example/*.yml -t "$pkgdir/usr/share/drill/example/"
23 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24 cd target/release 23 cd target/release
25 install -Dm755 drill "$pkgdir/usr/bin/drill-rs" 24 install -Dm755 drill "$pkgdir/usr/bin/drill-rs"
26} \ No newline at end of file 25} \ No newline at end of file