Compare commits

...

No commits in common. "main" and "ruby-fog-dynect" have entirely different histories.

3 changed files with 40 additions and 3 deletions

18
.SRCINFO Normal file
View file

@ -0,0 +1,18 @@
pkgbase = ruby-fog-dynect
pkgdesc = This library can be used as a module for `fog` or as standalone provider to use Dynect DNS in applications.
pkgver = 0.0.2
pkgrel = 1
url = http://github.com/fog/fog-dynect
arch = any
license = MIT
depends = ruby
depends = ruby-fog-core
depends = ruby-fog-json
depends = ruby-fog-xml
noextract = fog-dynect-0.0.2.gem
options = !emptydirs
source = https://rubygems.org/downloads/fog-dynect-0.0.2.gem
sha512sums = 3f38c4b7cb2ee742c32ec1c21d2c79321a91aa48341afb1b2718173ca9707ae35db64a225c42b6fffa89ca70bf632d06ed41d41a50a94625bd1557b8987d3808
pkgname = ruby-fog-dynect

22
PKGBUILD Normal file
View file

@ -0,0 +1,22 @@
# Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
_gemname=fog-dynect
pkgname=ruby-$_gemname
pkgver=0.0.2
pkgrel=1
pkgdesc='This library can be used as a module for `fog` or as standalone provider to use Dynect DNS in applications.'
arch=(any)
url='http://github.com/fog/fog-dynect'
license=(MIT)
depends=(ruby ruby-fog-core ruby-fog-json ruby-fog-xml)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha512sums=('3f38c4b7cb2ee742c32ec1c21d2c79321a91aa48341afb1b2718173ca9707ae35db64a225c42b6fffa89ca70bf632d06ed41d41a50a94625bd1557b8987d3808')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"
gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
}

View file

@ -1,3 +0,0 @@
# aur.git
This is a experimental mirror of the aur.git repository backing [the AUR](https://aur.archlinux.org).