void-packages/srcpkgs/udiskie/template
2019-02-17 19:15:21 -03:00

20 lines
630 B
Bash

# Template file for 'udiskie'
pkgname=udiskie
version=1.7.7
revision=1
archs=noarch
build_style=python3-module
pycompile_module="udiskie"
hostmakedepends="python3-setuptools python3-gobject"
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=dd6f01dd43ea377838834da99a12980fcd488f9de1bbbb19ad92687d8b9e94ba
post_install() {
vlicense COPYING
}