From a4832672dc744e5c6318ed6253036c2305d71d3f Mon Sep 17 00:00:00 2001 From: lukas-jo Date: Wed, 6 Dec 2023 10:03:43 +0100 Subject: [PATCH] New package: chess-tui-1.1.0 --- srcpkgs/chess-tui/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/chess-tui/template diff --git a/srcpkgs/chess-tui/template b/srcpkgs/chess-tui/template new file mode 100644 index 00000000000000..0c25d9c386bd84 --- /dev/null +++ b/srcpkgs/chess-tui/template @@ -0,0 +1,17 @@ +# Template file for 'chess-tui' +pkgname=chess-tui +version=1.1.0 +revision=1 +build_style=cargo +short_desc="Chess TUI implementation in rust" +maintainer="Lukas Jordan " +license="MIT" +homepage="https://github.com/thomas-mauran/chess-tui" +changelog="https://github.com/thomas-mauran/chess-tui/releases" +distfiles="https://github.com/thomas-mauran/chess-tui/archive/refs/tags/${version}.tar.gz" +checksum=18f225862434f26536c0b40219a177083668562249e2e71756009bc7f6648e9a + +post_install() { + vlicense LICENSE + vdoc README.md +}