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