24 lines
626 B
Bash
24 lines
626 B
Bash
# Template file for 'lux'
|
|
pkgname=lux
|
|
version=0.22.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/iawia002/lux
|
|
depends="ffmpeg"
|
|
short_desc="Fast, simple and clean video downloader built with Go"
|
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/iawia002/lux"
|
|
distfiles="https://github.com/iawia002/lux/archive/v${version}.tar.gz"
|
|
checksum=34352ad29006e443b41bad04c24f89783efd063755e71cb98484b165953d4b59
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
annie_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" (transitional dummy package)"
|
|
build_style=meta
|
|
}
|