diff --git a/srcpkgs/annie b/srcpkgs/annie new file mode 120000 index 00000000000..4445d66c7b5 --- /dev/null +++ b/srcpkgs/annie @@ -0,0 +1 @@ +lux \ No newline at end of file diff --git a/srcpkgs/annie/template b/srcpkgs/annie/template deleted file mode 100644 index 3ceb86a61f0..00000000000 --- a/srcpkgs/annie/template +++ /dev/null @@ -1,17 +0,0 @@ -# Template file for 'annie' -pkgname=annie -version=0.11.0 -revision=1 -build_style=go -go_import_path=github.com/iawia002/annie -depends="ffmpeg" -short_desc="Fast, simple and clean video downloader built with Go" -maintainer="Benjamín Albiñana " -license="MIT" -homepage="https://github.com/iawia002/annie" -distfiles="https://github.com/iawia002/annie/archive/v${version}.tar.gz" -checksum=6b3e005b6bc2519e2c7b4767fcf66a49dc3e8d34c19cd3c6c3d5517720d4f3ff - -post_install() { - vlicense LICENSE -} diff --git a/srcpkgs/lux/template b/srcpkgs/lux/template new file mode 100644 index 00000000000..48f0827c6f6 --- /dev/null +++ b/srcpkgs/lux/template @@ -0,0 +1,23 @@ +# Template file for 'lux' +pkgname=lux +version=0.12.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 " +license="MIT" +homepage="https://github.com/iawia002/lux" +distfiles="https://github.com/iawia002/lux/archive/v${version}.tar.gz" +checksum=f5bcbe1039219a299908fdd5a540052ef603ff5c8c21c0d64f44c53132c41cdd + +post_install() { + vlicense LICENSE +} + +annie_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" (transitional dummy package)" + build_style=meta +}