mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/you-get: new aport
https://you-get.org/ Tiny command line utility to download media contents
This commit is contained in:
parent
0d92055d04
commit
800fc5058d
26
testing/you-get/APKBUILD
Normal file
26
testing/you-get/APKBUILD
Normal file
@ -0,0 +1,26 @@
|
||||
# Contributor: Ivan Tham <pickfire@riseup.net>
|
||||
# Maintainer: Ivan Tham <pickfire@riseup.net>
|
||||
pkgname=you-get
|
||||
pkgver=0.4.652
|
||||
pkgrel=0
|
||||
pkgdesc="Tiny command line utility to download media contents"
|
||||
url="https://you-get.org/"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3"
|
||||
makedepends="python3-dev"
|
||||
subpackages=""
|
||||
source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/"$pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
python3 setup.py build || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
}
|
||||
|
||||
sha512sums="b3c736915492d9d921ec6866edb35acb12b5fb283663db8ad3d87325d06354697196ffdffef13291a709bd8bf5b5db6a61ee6288c083f0939d6ac8637b014ab4 you-get-0.4.652.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user