From 57bd6b047f70f284a6d0790c3762aa4f8e2b423b Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Fri, 28 Jun 2019 16:15:05 -0500 Subject: [PATCH] New package: pipes.sh-1.3.0 --- srcpkgs/pipes.sh/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/pipes.sh/template diff --git a/srcpkgs/pipes.sh/template b/srcpkgs/pipes.sh/template new file mode 100644 index 00000000000..86adbd40a0d --- /dev/null +++ b/srcpkgs/pipes.sh/template @@ -0,0 +1,18 @@ +# Template file for 'pipes.sh' +pkgname=pipes.sh +version=1.3.0 +revision=1 +wrksrc="pipes.sh-${version}" +build_style=gnu-makefile +short_desc="Run the pipes screensaver in a terminal window" +maintainer="Alex Childs " +license="MIT" +homepage="https://pipeseroni.github.io/" +distfiles="https://github.com/pipeseroni/pipes.sh/archive/v${version}.tar.gz" +checksum=532976dd8dc2d98330c45a8bcb6d7dc19e0b0e30bba8872dcce352361655a426 + +do_install() { + vbin pipes.sh + vman pipes.sh.6 + vlicense LICENSE +}