From 94a77a182a1a04cfe0a20654999175760b8e1187 Mon Sep 17 00:00:00 2001 From: zhengqunkoo Date: Mon, 27 Apr 2020 07:37:37 +0800 Subject: [PATCH] New package: ziptuner-0.5 --- srcpkgs/ziptuner/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/ziptuner/template diff --git a/srcpkgs/ziptuner/template b/srcpkgs/ziptuner/template new file mode 100644 index 00000000000..a8c17f33dd6 --- /dev/null +++ b/srcpkgs/ziptuner/template @@ -0,0 +1,18 @@ +# Template file for 'ziptuner' +pkgname=ziptuner +version=0.5 +revision=1 +build_style=gnu-makefile +makedepends="libcurl-devel" +checkdepends="dialog" +short_desc="Internet radio station tuner for the console using C and dialog" +maintainer="zhengqunkoo " +license="MIT" +homepage="https://github.com/deeice/${pkgname}" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=60e3ca85babde7798947d64babbf1024b689c3c3cc8dfa2d164d541a238d4146 + +do_install() { + vbin ${pkgname} + vlicense LICENSE +}