vp-build/srcpkgs/udiskie/template

19 lines
598 B
Bash

# Template file for 'udiskie'
pkgname=udiskie
version=2.2.0
revision=4
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=1041bdf33e64371a68fe40ff242a7010244f4e90021cdd1435fd62ad1c5fcc50
post_install() {
vlicense COPYING
}