From b60b8c2323e0565c4dbabf1b7c037e6c5c9a4cec 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..478058b8951 --- /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 pipes + vman pipes.sh.6 pipes.6 + vlicense LICENSE +}