summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: be6ba59061a8a75d5235d8898839df23fa462545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Maintainer: Ewen Le Bihan <hey@ewen.works>
pkgname=wikitrad
pkgver=0.2.0
pkgrel=3
pkgdesc="A CLI to translate terms with wikipedia"
arch=(any)
url="https://github.com/ewen-lbh/wikitrad"
license=("GPL")
makedepends=("python" "python-pip")
conflicts=("wikitrad-git")
package() {
  pip install wikitrad==$pkgver --root="$pkgdir" --prefix=/usr
}