void-packages/srcpkgs/blindfold/template

18 lines
490 B
Bash
Raw Normal View History

2020-06-15 17:55:57 +02:00
# Template file for 'blindfold'
pkgname=blindfold
2020-07-22 14:33:55 +02:00
version=1.0.6
2020-06-15 17:55:57 +02:00
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libressl-devel"
short_desc="CLI gitignore file generator"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/Eoin-McMahon/blindfold"
distfiles="${homepage}/archive/v${version}.tar.gz"
2020-07-22 14:33:55 +02:00
checksum=eff539920d4efa5c0fc35067c40347ceb8b01a922f443460a28e8c5e0b3237ca
2020-06-15 17:55:57 +02:00
post_install() {
vlicense LICENSE
}