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