20 lines
612 B
Bash
20 lines
612 B
Bash
# Template file for 'udiskie'
|
|
pkgname=udiskie
|
|
version=1.7.2
|
|
revision=1
|
|
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="https://github.com/coldfix/udiskie/archive/${version}.tar.gz"
|
|
checksum=759e43a0fcbe6698676d8d59d912b6cf678ee289cfe4f7dc3b2447498c1fb314
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|