index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2024-03-04 23:37:49 +0100 |
---|---|---|
committer | Christian Heusel <christian@heusel.eu> | 2024-03-23 23:57:46 +0100 |
commit | 05bea3e922aa7aec5cba3242d3f34b5c10fad24e (patch) | |
tree | de09c15c36a0860e93eb664f16db694244218cd1 /test/fixture/version/setup/crates.io/PKGBUILD | |
parent | de0ea3b2f839c2f6ba074d7401d2a28118680da0 (diff) |
-rw-r--r-- | test/fixture/version/setup/crates.io/PKGBUILD | 17 |
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: |