void-packages/srcpkgs/udiskie/template
maxice8 908879add1
udiskie: update to 1.7.4.
Closes #14483.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-17 14:28:37 +02:00

20 lines
612 B
Bash

# Template file for 'udiskie'
pkgname=udiskie
version=1.7.4
revision=1
noarch=yes
build_style=python3-module
pycompile_module="udiskie"
hostmakedepends="python3-setuptools"
depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils
python3-yaml udisks2"
short_desc="Removable disk automounter using udisks"
maintainer="Matthias Fulz <mfulz@olznet.de>"
license="MIT"
homepage="https://github.com/coldfix/udiskie"
distfiles="https://github.com/coldfix/udiskie/archive/${version}.tar.gz"
checksum=87935d00f49b3c30f214f90e683785cd3016ecf22d78116e614d891a701c6f00
post_install() {
vlicense COPYING
}