24 lines
626 B
Bash
24 lines
626 B
Bash
# Template file for 'lux'
|
|
pkgname=lux
|
|
version=0.17.2
|
|
revision=2
|
|
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=eaf08b8cdac14504307ae31920d3d094101d901cd390436ca401b3ba1e7a8924
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
annie_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" (transitional dummy package)"
|
|
build_style=meta
|
|
}
|