From 2ba52aaeac011ac21dadfed17cbfec95cb2df5b9 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Tue, 30 Jan 2018 18:26:26 +0100 Subject: [PATCH] New package: bashmount-3.2.0 Closes: #11252 [via git-merge-pr] --- srcpkgs/bashmount/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/bashmount/template diff --git a/srcpkgs/bashmount/template b/srcpkgs/bashmount/template new file mode 100644 index 00000000000..4fee87313f1 --- /dev/null +++ b/srcpkgs/bashmount/template @@ -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 " +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 +}