14 lines
580 B
Bash
14 lines
580 B
Bash
# Template file for 'zet'
|
|
pkgname=zet
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="CLI to find union, intersection, set difference, etc of files"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/yarrow/zet"
|
|
changelog="https://raw.githubusercontent.com/yarrow/zet/main/CHANGELOG.md"
|
|
distfiles="https://github.com/yarrow/zet/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=792a1a1de73bf4145ccaa71f8e6bb34b62e690270a432c4de4d8639e1a741b5b
|
|
make_check=no # https://github.com/yarrow/zet/commit/8e21b96ec73979adcfb92550906e8d49fe46e75f
|