voidtemplates/passgen/template

21 lines
553 B
Text
Raw Permalink Normal View History

2024-10-21 03:26:01 +00:00
# Template file for 'passgen'
pkgname=passgen
version=0.1
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
short_desc="Generate passwords with ease"
maintainer="Lian Drake <d4r1us-drk@proton.me>"
license="GPLv3"
homepage="https://forge.lianslair.com/drake/passgen"
2024-10-21 03:29:22 +00:00
distfiles="${homepage}/archive/${version}.tar.gz"
2024-10-23 22:54:06 +00:00
checksum=64a5985e7617c46cbc475af70582b175a43300df6a0216d3b0197b9135f24c92
2024-10-21 03:26:01 +00:00
make_build_args="PREFIX=/usr"
make_install_args="PREFIX=/usr"
do_install() {
make install DESTDIR=$DESTDIR PREFIX=/usr
vlicense LICENSE
}