From 3c85ffe7efc39eaf5202ce1a663d77285dd35ee5 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Tue, 18 Jun 2019 10:42:29 -0500 Subject: [PATCH] New package: python3-easygui-0.98.1 --- srcpkgs/python3-easygui/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-easygui/template diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template new file mode 100644 index 00000000000..c1ec4767ae9 --- /dev/null +++ b/srcpkgs/python3-easygui/template @@ -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 " +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 +}