mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: python3-easygui-0.98.1
This commit is contained in:
parent
380aee715b
commit
3c85ffe7ef
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-easygui/template
Normal file
21
srcpkgs/python3-easygui/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'python3-easygui'
|
||||||
|
pkgname=python3-easygui
|
||||||
|
version=0.98.1
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="easygui-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="easygui"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Simple, very easy GUI programming in Python"
|
||||||
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/robertlugg/easygui"
|
||||||
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
|
checksum=b46d1f06b85a2de2b15129906d21bb42bc66a6e800315fed57e634cf151fc083
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
sed -n '29,74p' easygui/easygui.py > LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue