summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c1ee4ddc3abdcfcddf8cdf610408ddcd171b1472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Pellegrino Prevete <pellegrinoprevete@gmail.com>

pkgname="catimporter"
pkgver=1.0
pkgrel=5
pkgdesc="Import a category (with its subcategories) across mediawiki instances."
arch=('any')
_github="https://github.com"
_ns="ferdi2005"
url="${_github}/${_ns}/${pkgname}"
_url="${_github}/tallero/${pkgname}"
depends=("ruby-httparty"
         "ruby-addressable"
         "ruby-mediawiki_api")
license=("MIT")
_commit="e0860e75df541ab5dcde57a7ca27e4d09d513aac"
source=("${pkgname}::git+${_url}#commit=${_commit}")
sha256sums=("SKIP")

package(){
   install -Dm755 "${srcdir}/catimporter/process.rb" \
                  "${pkgdir}/usr/bin/catimporter"
}