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