summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-07-27 12:38:01 +0300
committerDimitris Kiziridis2020-07-27 12:38:01 +0300
commit549c07397fcda0619713494e6565811d400f8d5f (patch)
tree892637f77c12fc31e09988b75adc734f77c4e537
downloadaur-549c07397fcda0619713494e6565811d400f8d5f.tar.gz
Initial commit
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD18
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..28d832f91fc4
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = hoverfly-bin
+ pkgdesc = Lightweight service virtualization/API simulation tool for developers and testers
+ pkgver = 1.3.0
+ pkgrel = 1
+ url = https://hoverfly.io
+ arch = x86_64
+ license = Apache
+ provides = hoverfly
+ provides = hoverfly-git
+ source = hoverfly-bin-1.3.0.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.3.0/hoverfly_bundle_linux_amd64.zip
+ sha256sums = 4af0e0fc927a732eaa19a4e4f4b0a07e0cbef5145ee28f9ff22e2680f486e5bb
+
+pkgname = hoverfly-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..929a8c3bad58
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+
+pkgname=hoverfly-bin
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Lightweight service virtualization/API simulation tool for developers and testers"
+arch=('x86_64')
+url='https://hoverfly.io'
+license=('Apache')
+provides=('hoverfly')
+provides=('hoverfly' 'hoverfly-git')
+source=("${pkgname}-${pkgver}.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v${pkgver}/hoverfly_bundle_linux_amd64.zip")
+sha256sums=('4af0e0fc927a732eaa19a4e4f4b0a07e0cbef5145ee28f9ff22e2680f486e5bb')
+
+package() {
+ install -Dm755 hoverctl -t "${pkgdir}/usr/bin"
+ install -Dm755 hoverfly -t "${pkgdir}/usr/bin"
+} \ No newline at end of file