From cbedc71c89ed85b7298ae29addc79f9a9b7e2881 Mon Sep 17 00:00:00 2001 From: Lukas Jordan Date: Thu, 30 Mar 2023 18:46:15 +0200 Subject: [PATCH] New package: rustypaste-cli-0.3.0 --- srcpkgs/rustypaste-cli/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/rustypaste-cli/template diff --git a/srcpkgs/rustypaste-cli/template b/srcpkgs/rustypaste-cli/template new file mode 100644 index 000000000000..5ee9c17ffd8b --- /dev/null +++ b/srcpkgs/rustypaste-cli/template @@ -0,0 +1,18 @@ +# Template file for 'rustypaste-cli' +pkgname=rustypaste-cli +version=0.3.0 +revision=1 +build_style=cargo +short_desc="CLI tool for rustypaste" +maintainer="Lukas Jordan " +license="MIT" +homepage="https://github.com/orhun/rustypaste-cli" +changelog="https://github.com/orhun/rustypaste-cli/blob/master/CHANGELOG.md" +distfiles="https://github.com/orhun/rustypaste-cli/archive/v${version}.tar.gz" +checksum=691fd3ddcf2c7c9c17728a304bd4299a35812940902b8b31059902abb49b037e + +post_install() { + vlicense LICENSE + vdoc README.md + vman man/rpaste.1 +}