From 6ab69b2093d1f832d664157a914f4d122536d9c8 Mon Sep 17 00:00:00 2001 From: rooyca Date: Wed, 31 Jul 2024 00:21:03 -0500 Subject: [PATCH] New package: TaleCast-0.1.20 --- srcpkgs/TaleCast/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/TaleCast/template diff --git a/srcpkgs/TaleCast/template b/srcpkgs/TaleCast/template new file mode 100644 index 00000000000000..0bea92f3d2e344 --- /dev/null +++ b/srcpkgs/TaleCast/template @@ -0,0 +1,17 @@ +# Template file for 'TaleCast' +pkgname=TaleCast +version=0.1.20 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="openssl-devel" +short_desc="TaleCast is a simple and powerful CLI podcast manager" +maintainer="rooyca " +license="MIT" +homepage="https://github.com/TBS1996/TaleCast" +distfiles="https://github.com/TBS1996/TaleCast/archive/refs/tags/v${version}.tar.gz" +checksum=01c3e6449fd84b4f34b3549dfc7f437394da2ff6c4ae6df469428799cfe1dc5a + +post_install() { + vlicense LICENSE +}