void-packages/srcpkgs/bashmount/template

22 lines
587 B
Bash

# Template file for 'bashmount'
pkgname=bashmount
version=3.2.0
revision=2
archs=noarch
conf_files="/etc/$pkgname.conf"
depends="bash util-linux"
short_desc="Tool to mount and unmount removable media"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/jamielinux/bashmount"
distfiles="https://github.com/jamielinux/bashmount/archive/$version.tar.gz"
checksum=32f328e1921f60b429e2ab389ecc314f5bd7545ac4385c7c7918d08ebe9ecc22
do_install() {
vbin $pkgname
vman $pkgname.1
vconf $pkgname.conf
vdoc NEWS
vdoc README.pod
}