Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/test/fixture/version/setup/static.crates.io/PKGBUILD
blob: d249f29702a22bb89f26d7fe6df8dab6e4797e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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() {
  :
}