Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/test/fixture/version/setup/crates.io/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixture/version/setup/crates.io/PKGBUILD')
-rw-r--r--test/fixture/version/setup/crates.io/PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/fixture/version/setup/crates.io/PKGBUILD b/test/fixture/version/setup/crates.io/PKGBUILD
new file mode 100644
index 0000000..c2ed37f
--- /dev/null
+++ b/test/fixture/version/setup/crates.io/PKGBUILD
@@ -0,0 +1,17 @@
+pkgname=shotgun
+pkgver=0.3.5
+pkgrel=1
+pkgdesc='Minimal X screenshot utility'
+arch=('any')
+url='https://github.com/neXromancers/shotgun'
+license=('MIT')
+depends=('cargo')
+options=('!emptydirs')
+source=("https://crates.io/api/v1/crates/${pkgname}/${pkgver}/download")
+sha256sums=('59d66ef5e3c166431c39cb8b7c1d02af419051352f27912f6a43981b3def16af')
+
+package() {
+ :
+}
+
+# vim: ts=2 sw=2 et: