19 lines
611 B
Bash
19 lines
611 B
Bash
# Template file for 'udiskie'
|
|
pkgname=udiskie
|
|
version=2.1.0
|
|
revision=1
|
|
archs=noarch
|
|
build_style=python3-module
|
|
hostmakedepends="gettext 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=b55c6fc1061706716c1d094f1649a5f5928f2d0c1c38e17d896e85b0c7fef3dd
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|