21 lines
586 B
Bash
21 lines
586 B
Bash
# Template file for 'bashmount'
|
|
pkgname=bashmount
|
|
version=4.3.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=e9facfa8b40c515b0f57f68804e5da08d7344432b4b0db4b704ce4f667c34873
|
|
|
|
do_install() {
|
|
vbin $pkgname
|
|
vman $pkgname.1
|
|
vconf $pkgname.conf
|
|
vdoc NEWS
|
|
vdoc README.md
|
|
}
|