mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
parent
b7053594db
commit
ded12ad597
1 changed files with 20 additions and 0 deletions
20
srcpkgs/udiskie/template
Normal file
20
srcpkgs/udiskie/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'udiskie'
|
||||||
|
pkgname=udiskie
|
||||||
|
version=1.5.1
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="udiskie"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="udisks2 python3-setuptools 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://pypi.python.org/pypi/udiskie"
|
||||||
|
python_version=3
|
||||||
|
license="MIT"
|
||||||
|
distfiles="${PYPI_SITE}/u/udiskie/udiskie-${version}.tar.gz"
|
||||||
|
checksum=e9ec1c02a8ebf3e8c79839420eba90863ac718de71c5b645ebd4b6a6e1393b86
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue