From 3baef7803b3b2ef20dbd599fb4908dfff6f4696a Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sat, 15 May 2021 17:05:52 -0400 Subject: [PATCH] New package: zellij-0.11.0 --- srcpkgs/zellij/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/zellij/template diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template new file mode 100644 index 000000000000..d575eef6ab92 --- /dev/null +++ b/srcpkgs/zellij/template @@ -0,0 +1,15 @@ +# Template file for 'zellij' +pkgname=zellij +version=0.11.0 +revision=1 +build_style=cargo +short_desc="Terminal workspace with batteries included" +maintainer="cinerea0 " +license="MIT" +homepage="https://zellij.dev/" +distfiles="https://github.com/zellij-org/${pkgname}/archive/refs/tags/v${version}.tar.gz" +checksum=2a6a21b9dd62bc92ef3484c24ba1d76e07e5a5c67513dd016653df2e2a00e94b + +post_install() { + vlicense LICENSE.md +}