From ef5db878908751e197c263892533aff1c3867658 Mon Sep 17 00:00:00 2001 From: Florian Warzecha Date: Sun, 5 Apr 2020 19:57:26 +0200 Subject: [PATCH] New package: dot-0.1.4 --- srcpkgs/dot/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/dot/template diff --git a/srcpkgs/dot/template b/srcpkgs/dot/template new file mode 100644 index 00000000000..2bda0375401 --- /dev/null +++ b/srcpkgs/dot/template @@ -0,0 +1,16 @@ +# Template file for 'dot' +pkgname=dot +version=0.1.4 +revision=1 +build_style=cargo +short_desc="Command-line tool for managing dotfiles, written in Rust" +maintainer="Florian Warzecha " +license="MIT" +homepage="https://github.com/ubnt-intrepid/dot" +distfiles="https://github.com/ubnt-intrepid/dot/archive/v${version}.tar.gz" +checksum="7f043f5a0e59b08f36c98e7117a65e5bbfdc927b0b55103e8de0cad5c94d6c1b" + +post_install() { + vdoc README.md + vlicense LICENSE +}