From a1356ef94ecfdfd87b05a9eeab8824a33a4d6413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= Date: Tue, 25 Jan 2022 17:58:07 +0100 Subject: [PATCH] annie: rename to lux and update to lux-0.12.0 --- srcpkgs/annie | 1 + srcpkgs/annie/template | 17 ----------------- srcpkgs/lux/template | 23 +++++++++++++++++++++++ 3 files changed, 24 insertions(+), 17 deletions(-) create mode 120000 srcpkgs/annie delete mode 100644 srcpkgs/annie/template create mode 100644 srcpkgs/lux/template diff --git a/srcpkgs/annie b/srcpkgs/annie new file mode 120000 index 000000000000..4445d66c7b5f --- /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 3ceb86a61f07..000000000000 --- 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 000000000000..48f0827c6f63 --- /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 +}