New package: blindfold-1.0.5

This commit is contained in:
Jan Christian Grünhage 2020-06-15 17:55:57 +02:00 committed by Andrew J. Hesford
parent 63bebcce48
commit 6548ce6e61

View file

@ -0,0 +1,17 @@
# Template file for 'blindfold'
pkgname=blindfold
version=1.0.5
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"
checksum=f55958fefd2cd108297b427073a290f07fb1c9bf01db8f004b4c090a082edac4
post_install() {
vlicense LICENSE
}