# Template file for 'lux'
pkgname=lux
version=0.24.1
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="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/iawia002/lux"
changelog="https://github.com/iawia002/lux/releases"
distfiles="https://github.com/iawia002/lux/archive/refs/tags/v${version}.tar.gz"
checksum=69d4fe58c588cc6957b8682795210cd8154170ac51af83520c6b1334901c6d3d

make_check=no # Disable tests due to broken upstream URLs returning 404

post_install() {
	vlicense LICENSE
}

annie_package() {
	depends="${sourcepkg}>=${version}_${revision}"
	short_desc+=" (transitional dummy package)"
	metapackage=yes
}
