From 9ece8704da8a3d7db324bce35781866a4b7b503b Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Sun, 28 Jan 2024 16:48:26 -0700 Subject: [PATCH] New package: sesh-0.9.0 --- srcpkgs/sesh/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/sesh/template diff --git a/srcpkgs/sesh/template b/srcpkgs/sesh/template new file mode 100644 index 0000000000000..164e79c0738ed --- /dev/null +++ b/srcpkgs/sesh/template @@ -0,0 +1,16 @@ +# Template file for 'sesh' +pkgname=sesh +version=0.9.0 +revision=1 +build_style=go +go_import_path=github.com/joshmedeski/sesh +short_desc="Smart session manager for the terminal" +maintainer="Rahul Garg " +license="MIT" +homepage="https://github.com/joshmedeski/sesh" +distfiles="https://github.com/joshmedeski/sesh/archive/v${version}.tar.gz" +checksum=9308c8bbfa1328ea29f1cf058c98733e3a60089997678b27f5e4e824bd90d899 + +post_install() { + vlicense LICENSE +}