2017-02-19 16:01:13 +01:00
|
|
|
# Template file for 'udiskie'
|
|
|
|
pkgname=udiskie
|
2017-03-28 15:51:09 +02:00
|
|
|
version=1.7.0
|
2017-05-07 11:15:23 +02:00
|
|
|
revision=2
|
2017-02-19 16:01:13 +01:00
|
|
|
noarch=yes
|
|
|
|
build_style=python3-module
|
|
|
|
pycompile_module="udiskie"
|
|
|
|
hostmakedepends="python3-setuptools"
|
2017-03-10 10:18:38 +01:00
|
|
|
depends="udisks2 python3-gobject python3-yaml python3-docopt gtk+3 libnotify
|
|
|
|
python3-keyutils"
|
2017-02-19 16:01:13 +01:00
|
|
|
short_desc="Removable disk automounter using udisks"
|
|
|
|
maintainer="Matthias Fulz <mfulz@olznet.de>"
|
2017-02-28 11:26:34 +01:00
|
|
|
homepage="https://github.com/coldfix/udiskie"
|
2017-02-19 16:01:13 +01:00
|
|
|
license="MIT"
|
|
|
|
distfiles="${PYPI_SITE}/u/udiskie/udiskie-${version}.tar.gz"
|
2017-03-28 15:51:09 +02:00
|
|
|
checksum=2e2129bea9bbfe16a5c8ea1dfc86527806c0faf7c418b6446a6bf2c62c26c786
|
2017-02-19 16:01:13 +01:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense COPYING
|
|
|
|
}
|