Added 'url' and 'download' functions
This commit is contained in:
parent
6904cfdd84
commit
9a270533a3
5 changed files with 57 additions and 9 deletions
8
APKBUILD
8
APKBUILD
|
@ -1,10 +1,10 @@
|
|||
# Contributor: Marty Sluijtman <marty.wanderer@disroot.org>
|
||||
# Maintainer: Marty Sluijtman <marty.wanderer@disroot.org>
|
||||
pkgname=arbit
|
||||
pkgver=1.0
|
||||
pkgrel=2
|
||||
pkgver=1.2
|
||||
pkgrel=0
|
||||
pkgdesc="A wrapper around yt-dlp, mpv and pipe-viewer to watch aribtrary videos without a browser"
|
||||
url="https://alpine.voidcruiser.nl"
|
||||
url="https://gitlab.com/EternalWanderer/arbit"
|
||||
arch="noarch"
|
||||
license="GPL-3.0"
|
||||
depends="mpv yt-dlp pipe-viewer"
|
||||
|
@ -23,5 +23,5 @@ package() {
|
|||
install -Dm 644 zsh.completion "$pkgdir"/usr/share/zsh/site-functions/_$pkgname
|
||||
}
|
||||
sha512sums="
|
||||
8f59c38d32d6f7ab1b1eece9e8e83eb09ec047ea2435fcce362d1b9528f6b5f54df7d13167f7004259494a35f48c14a934afde1eca7b973bb0b0d77831a57a7e arbit-1.0.tar.gz
|
||||
3bfb46e8ec224d8a8b05a9efa74852a027dd2b89af2f31fab15109f073eaf87c2aca37038f523969a6ea8913c731b7f3574c4dd01e2419863254a6fd2253d33d arbit-1.2.tar.gz
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue