37cc60bf80
Closes #14694. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
20 lines
612 B
Bash
20 lines
612 B
Bash
# Template file for 'udiskie'
|
|
pkgname=udiskie
|
|
version=1.7.5
|
|
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=5754222ad9f0aa8bc4eb4f528caa441460ebfaef7f724ad540bdef62fb4ceb90
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|