18 lines
519 B
Bash
18 lines
519 B
Bash
# Template file for 'python3-mtranslate'
|
|
pkgname=python3-mtranslate
|
|
version=1.8
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Simple api for google translate"
|
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/mouuff/mtranslate"
|
|
distfiles="https://github.com/mouuff/mtranslate/archive/${version}.tar.gz"
|
|
checksum=cbba819e6a6a87d68e6cd6b4c7d6581a589dcc1a4fa145b7d3a6ffe901413196
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|