From 2dda2cd96ae944257e8103be7f01b8b9bd10cf16 Mon Sep 17 00:00:00 2001 From: Anthony Eadicicco Date: Sat, 14 Oct 2023 13:37:11 -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..5231708f9e0ce --- /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 httm-nicotine + vbin scripts/ounce.bash ounce +}