mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
udevil: update to 0.4.3.
This commit is contained in:
parent
7c506c8f63
commit
e43667c22a
1 changed files with 6 additions and 4 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'udevil'
|
# Template file for 'udevil'
|
||||||
pkgname=udevil
|
pkgname=udevil
|
||||||
version=0.4.1
|
version=0.4.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool"
|
||||||
|
configure_args="--with-mount-prog=mount --with-umount-prog=umount
|
||||||
|
--with-losetup-prog=losetup --with-setfacl-prog=setfacl"
|
||||||
makedepends="libglib-devel libudev-devel"
|
makedepends="libglib-devel libudev-devel"
|
||||||
conf_files="/etc/udevil/udevil.conf"
|
conf_files="/etc/udevil/udevil.conf"
|
||||||
short_desc="CLI which mounts and unmounts removable devices without a password"
|
short_desc="CLI which mounts and unmounts removable devices without a password"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://ignorantguru.github.io/udevil/"
|
homepage="http://ignorantguru.github.io/udevil/"
|
||||||
distfiles="https://github.com/IgnorantGuru/udevil/archive/0.4.1.tar.gz"
|
distfiles="https://github.com/IgnorantGuru/udevil/archive/${version}.tar.gz"
|
||||||
checksum=fc76b300437c5d491c5f8a6eac467ae9a8fdbe681d0915a369ef1dc74af362db
|
checksum=c49d2644baf87182c160550d708f75fe1253a2ceb749148e9148d7f1cfbc6209
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Drop useless conf.d/devmon file.
|
# Drop useless conf.d/devmon file.
|
||||||
|
|
Loading…
Add table
Reference in a new issue