mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/ydcv: new aport
https://github.com/felixonmars/ydcv YouDao Console Version - Chinese online translate
This commit is contained in:
parent
d2ab8972ad
commit
369654629c
33
testing/ydcv/APKBUILD
Normal file
33
testing/ydcv/APKBUILD
Normal file
@ -0,0 +1,33 @@
|
||||
# Contributor: Ivan Tham <pickfire@riseup.net>
|
||||
# Maintainer: Ivan Tham <pickfire@riseup.net>
|
||||
pkgname=ydcv
|
||||
pkgver=0.4
|
||||
pkgrel=0
|
||||
pkgdesc="YouDao Console Version - Chinese online translate"
|
||||
url="https://github.com/felixonmars/ydcv"
|
||||
arch="noarch"
|
||||
license="GPL"
|
||||
depends="" # TODO: Either python2 or python3 is needed
|
||||
subpackages="$pkgname-zsh-completion:zshcomp"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/${pkgname}/archive/${pkgver}.tar.gz"
|
||||
options="!check"
|
||||
builddir="$srcdir/"$pkgname-$pkgver
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/usr/bin/$pkgname
|
||||
install -Dm755 "$builddir"/ydcv.py \
|
||||
"$pkgdir"/usr/bin/$pkgname || return 1
|
||||
|
||||
}
|
||||
|
||||
zshcomp() {
|
||||
pkgdesc="Zsh completions for $pkgname"
|
||||
depends=""
|
||||
install_if="$pkgname=$pkgver-r$pkgrel zsh"
|
||||
|
||||
mkdir -p "$subpkgdir"/usr/share/zsh/site-functions/
|
||||
install -Dm644 "$builddir"/contrib/zsh_completion \
|
||||
"$subpkgdir"/usr/share/zsh/site-functions/_$pkgname || return 1
|
||||
}
|
||||
|
||||
sha512sums="96c19ab8496159c90ef634533cd2f4e0a3d8a85449ae988ef0cb4d4d73e106b6383ad8c4eef5bdd0e9c7ae07db3ba2cf20112c8fa34d9487786d0cd4744f9bf3 ydcv-0.4.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user