void-packages/srcpkgs/bashmount/template
2020-06-12 21:14:59 +02:00

21 lines
586 B
Bash

# Template file for 'bashmount'
pkgname=bashmount
version=4.1.0
revision=1
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=2a67504ca7e4325f7056bb7ab61e78f8687132d779dae92f899bf8a69674769b
do_install() {
vbin $pkgname
vman $pkgname.1
vconf $pkgname.conf
vdoc NEWS
vdoc README.md
}