From 185d4f16bffd52e903ab6fc36734d958b9330ebc Mon Sep 17 00:00:00 2001 From: amak Date: Sat, 15 Aug 2020 20:57:51 +1000 Subject: [PATCH] New package : python3-RPi.GPIO-0.7.0 --- srcpkgs/python3-RPi.GPIO/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-RPi.GPIO/template diff --git a/srcpkgs/python3-RPi.GPIO/template b/srcpkgs/python3-RPi.GPIO/template new file mode 100644 index 00000000000..9aee04c86df --- /dev/null +++ b/srcpkgs/python3-RPi.GPIO/template @@ -0,0 +1,20 @@ +# Template file for 'python3-RPi.GPIO' +pkgname=python3-RPi.GPIO +version=0.7.0 +revision=1 +archs="armv[67]l* aarch64*" +wrksrc="${pkgname#*-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-devel" +depends="python3" +short_desc="Module to control Raspberry Pi GPIO channels" +maintainer="amak " +license="MIT" +homepage="https://sourceforge.net/projects/raspberry-gpio-python" +distfiles="${SOURCEFORGE_SITE}/project/raspberry-gpio-python/RPi.GPIO-${version}.tar.gz" +checksum=7424bc6c205466764f30f666c18187a0824077daf20b295c42f08aea2cb87d3f + +post_install() { + vlicense LICENCE.txt +}