diff options
| author | Dimitris Kiziridis | 2020-05-11 05:30:32 +0300 |
|---|---|---|
| committer | Dimitris Kiziridis | 2020-05-11 05:30:32 +0300 |
| commit | a3d110fee909069c376bf4248642354c85e1eea0 (patch) | |
| tree | 192e8eed1052d3c593fc17806812196f146a93c4 /PKGBUILD | |
| parent | 612009e91e58e93f3b5afee9cc5e973ac5a467a3 (diff) | |
| download | packages-a3d110fee909069c376bf4248642354c85e1eea0.tar.gz packages-a3d110fee909069c376bf4248642354c85e1eea0.tar.bz2 packages-a3d110fee909069c376bf4248642354c85e1eea0.zip | |
Update to 0.6.0
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
| @@ -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 |
