New package: bashmount-3.2.0

Closes: #11252 [via git-merge-pr]
This commit is contained in:
Daniel Lewan 2018-01-30 18:26:26 +01:00 committed by Jürgen Buchmüller
parent a74876fea3
commit 2ba52aaeac
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Template file for 'bashmount'
pkgname=bashmount
version=3.2.0
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>"
noarch=yes
license="GPL-2"
homepage="https://github.com/jamielinux/$pkgname"
distfiles="$homepage/archive/$version.tar.gz"
checksum=32f328e1921f60b429e2ab389ecc314f5bd7545ac4385c7c7918d08ebe9ecc22
do_install() {
vbin $pkgname
vman $pkgname.1
vconf $pkgname.conf
vdoc NEWS
vdoc README.pod
}