diff options
| -rw-r--r-- | .SRCINFO | 12 | ||||
| -rw-r--r-- | PKGBUILD | 13 |
2 files changed, 12 insertions, 13 deletions
| @@ -1,14 +1,14 @@ | |||
| 1 | pkgbase = drill | 1 | pkgbase = drill |
| 2 | pkgdesc = Drill is a HTTP load testing application written in Rust inspired by Ansible syntax | 2 | pkgdesc = HTTP load testing application written in Rust inspired by Ansible syntax |
| 3 | pkgver = 0.5.0 | 3 | pkgver = 0.6.0 |
| 4 | pkgrel = 2 | 4 | pkgrel = 1 |
| 5 | url = https://github.com/fcsonline/drill | 5 | url = https://github.com/fcsonline/drill |
| 6 | arch = x86_64 | 6 | arch = x86_64 |
| 7 | license = GPL-3.0 | 7 | license = GPL3 |
| 8 | makedepends = cargo | 8 | makedepends = cargo |
| 9 | depends = openssl | 9 | depends = openssl |
| 10 | source = https://github.com/fcsonline/drill/archive/0.5.0.tar.gz | 10 | source = drill-0.6.0.tar.gz::https://github.com/fcsonline/drill/archive/0.6.0.tar.gz |
| 11 | md5sums = ecafaa5eae61617cae8c08bb8358b338 | 11 | sha256sums = df460ca4aee574401536a4a4ada02f7d5e6a587caa54073606c6916c72cc2bf1 |
| 12 | 12 | ||
| 13 | pkgname = drill | 13 | pkgname = drill |
| 14 | 14 | ||
| @@ -1,16 +1,16 @@ | |||
| 1 | # Maintainer: Dimitris Kiziridis <ragouel at outlook dot com> | 1 | # Maintainer: Dimitris Kiziridis <ragouel at outlook dot com> |
| 2 | 2 | ||
| 3 | pkgname=drill | 3 | pkgname=drill |
| 4 | pkgver=0.5.0 | 4 | pkgver=0.6.0 |
| 5 | pkgrel=2 | 5 | pkgrel=1 |
| 6 | pkgdesc="Drill is a HTTP load testing application written in Rust inspired by Ansible syntax" | 6 | pkgdesc="HTTP load testing application written in Rust inspired by Ansible syntax" |
| 7 | url="https://github.com/fcsonline/drill" | 7 | url="https://github.com/fcsonline/drill" |
| 8 | depends=('openssl') | 8 | depends=('openssl') |
| 9 | makedepends=('cargo') | 9 | makedepends=('cargo') |
| 10 | arch=('x86_64') | 10 | arch=('x86_64') |
| 11 | license=('GPL-3.0') | 11 | license=('GPL3') |
| 12 | source=("${url}/archive/${pkgver}.tar.gz") | 12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") |
| 13 | md5sums=('ecafaa5eae61617cae8c08bb8358b338') | 13 | sha256sums=('df460ca4aee574401536a4a4ada02f7d5e6a587caa54073606c6916c72cc2bf1') |
| 14 | 14 | ||
| 15 | build() { | 15 | build() { |
| 16 | cd "$pkgname-$pkgver" | 16 | cd "$pkgname-$pkgver" |
| @@ -20,7 +20,6 @@ build() { | |||
| 20 | package() { | 20 | package() { |
| 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 |
