From 341765d313c9bc070148349cedf15b6c13f99acf Mon Sep 17 00:00:00 2001 From: Anthony Eadicicco Date: Sat, 14 Oct 2023 13:15:43 -0400 Subject: [PATCH] New package: httm-0.30.2 --- srcpkgs/httm/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/httm/template diff --git a/srcpkgs/httm/template b/srcpkgs/httm/template new file mode 100644 index 0000000000000..6884153b6e312 --- /dev/null +++ b/srcpkgs/httm/template @@ -0,0 +1,20 @@ +# Template file for 'httm' +pkgname=httm +version=0.30.2 +revision=1 +build_style=cargo +short_desc="Interactive, file-level Time Machine-like tool for ZFS/btrfs/nilfs2" +maintainer="Anthony Eadicicco " +license="MPL-2.0" +homepage="https://github.com/kimono-koans/httm" +distfiles="https://github.com/kimono-koans/httm/archive/refs/tags/${version}.tar.gz" +checksum=0f9595b83ab01dcc4c579a81f267eb759e93d65fd98cdd443b2d16b7da39b744 + +post_install() { + vlicense LICENSE + vdoc README.md + vman httm.1 + vbin scripts/bowie.bash bowie + vbin scripts/nicotine.bash nicotine + vbin scripts/ounce.bash ounce +}