diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-04-21 10:18:55 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-04-21 10:18:55 +0200 |
commit | 2dc7a161a09518edae9e04a77fca569460d6a560 (patch) | |
tree | 5c893311826fc1ae7090352fb2f17a2d3d3a560e /test/fixture/version/setup/static.crates.io/PKGBUILD | |
parent | a1ca197bc99c2d5c2977630cc4c9dbfd5461d9c1 (diff) | |
parent | 05bea3e922aa7aec5cba3242d3f34b5c10fad24e (diff) | |
download | devtools-2dc7a161a09518edae9e04a77fca569460d6a560.tar.xz |
Diffstat (limited to 'test/fixture/version/setup/static.crates.io/PKGBUILD')
-rw-r--r-- | test/fixture/version/setup/static.crates.io/PKGBUILD | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/fixture/version/setup/static.crates.io/PKGBUILD b/test/fixture/version/setup/static.crates.io/PKGBUILD new file mode 100644 index 0000000..d249f29 --- /dev/null +++ b/test/fixture/version/setup/static.crates.io/PKGBUILD @@ -0,0 +1,16 @@ +pkgname=shotgun +pkgver=0.3.5 +pkgrel=8 +pkgdesc='Allows custom language loaders to be hooked into require' +arch=('any') +url='http://polyglot.rubyforge.org/' +license=('MIT') +depends=('ruby') +options=('!emptydirs') +source=("https://static.crates.io/crates/shotgun/shotgun-$pkgver.crate") +noextract=("${pkgname#*-}-${pkgver}.gem") +sha256sums=('59d66ef5e3c166431c39cb8b7c1d02af419051352f27912f6a43981b3def16af') + +package() { + : +} |