Initial commit
This commit is contained in:
commit
6904cfdd84
8 changed files with 842 additions and 0 deletions
27
APKBUILD
Normal file
27
APKBUILD
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Contributor: Marty Sluijtman <marty.wanderer@disroot.org>
|
||||
# Maintainer: Marty Sluijtman <marty.wanderer@disroot.org>
|
||||
pkgname=arbit
|
||||
pkgver=1.0
|
||||
pkgrel=2
|
||||
pkgdesc="A wrapper around yt-dlp, mpv and pipe-viewer to watch aribtrary videos without a browser"
|
||||
url="https://alpine.voidcruiser.nl"
|
||||
arch="noarch"
|
||||
license="GPL-3.0"
|
||||
depends="mpv yt-dlp pipe-viewer"
|
||||
makedepends="scdoc"
|
||||
subpackages="$pkgname-doc
|
||||
$pkgname-zsh-completion
|
||||
"
|
||||
source="https://alpine.voidcruiser.nl/src/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
make install PREFIX=/usr DESTDIR="$pkgdir"
|
||||
install -Dm 644 zsh.completion "$pkgdir"/usr/share/zsh/site-functions/_$pkgname
|
||||
}
|
||||
sha512sums="
|
||||
8f59c38d32d6f7ab1b1eece9e8e83eb09ec047ea2435fcce362d1b9528f6b5f54df7d13167f7004259494a35f48c14a934afde1eca7b973bb0b0d77831a57a7e arbit-1.0.tar.gz
|
||||
"
|
Loading…
Add table
Add a link
Reference in a new issue