From 608b70e8004b0cef4b885aaada3f07b8807a1b50 Mon Sep 17 00:00:00 2001 From: Dylant <108558439+zDylant@users.noreply.github.com> Date: Fri, 23 Dec 2022 16:36:08 -0500 Subject: [PATCH] Add lavat template --- srcpkgs/lavat/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/lavat/template diff --git a/srcpkgs/lavat/template b/srcpkgs/lavat/template new file mode 100644 index 000000000000..b9572bf6f544 --- /dev/null +++ b/srcpkgs/lavat/template @@ -0,0 +1,15 @@ +# Template file for 'lavat' +pkgname=lavat +version=1.3.0 +revision=1 +build_style=gnu-makefile +short_desc="Little program that simulates a lava lamp in the terminal" +maintainer="zDylant " +license="MIT" +homepage="https://github.com/AngelJumbo/lavat" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=8327c2d481fa162de81caab36b4523872107e2c292802a021632414fa7c20473 + +post_install() { + vlicense LICENSE +}