From cde6507d5cd0e55fe4a6781b6cf71b67053eb9dd 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 | 16 ++++++++++++++++ 1 file changed, 16 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..2eaf8f066ad --- /dev/null +++ b/srcpkgs/pipes.sh/template @@ -0,0 +1,16 @@ +# 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 + +post_install() { + vlicense LICENSE +}