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 1/2] 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 00000000000000..b9572bf6f54455 --- /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 +} From c8b99d944b5789ff04ec5f0f3abc266173c7c6bd Mon Sep 17 00:00:00 2001 From: Dylant <108558439+zDylant@users.noreply.github.com> Date: Fri, 23 Dec 2022 21:01:50 -0500 Subject: [PATCH 2/2] Used tab instead of space --- srcpkgs/lavat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lavat/template b/srcpkgs/lavat/template index b9572bf6f54455..5297ba7bb3060a 100644 --- a/srcpkgs/lavat/template +++ b/srcpkgs/lavat/template @@ -11,5 +11,5 @@ distfiles="${homepage}/archive/v${version}.tar.gz" checksum=8327c2d481fa162de81caab36b4523872107e2c292802a021632414fa7c20473 post_install() { - vlicense LICENSE + vlicense LICENSE }