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