20 lines
573 B
Bash
20 lines
573 B
Bash
# Template file for 'bashmount'
|
|
pkgname=bashmount
|
|
version=4.3.2
|
|
revision=1
|
|
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=4fa5be39b10c3ce24f3f21ff6605ce0499ab9b24baf1b5762be36b9003eab169
|
|
|
|
do_install() {
|
|
vbin $pkgname
|
|
vman $pkgname.1
|
|
vconf $pkgname.conf
|
|
vdoc NEWS
|
|
vdoc README.md
|
|
}
|