Skip to content

Commit

Permalink
New package : python3-RPi.GPIO-0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amak79 committed Apr 6, 2021
1 parent 602fe82 commit 951d317
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions srcpkgs/python3-RPi.GPIO/template
@@ -0,0 +1,24 @@
# 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 <amak.git@outlook.com>"
license="MIT"
homepage="https://sourceforge.net/projects/raspberry-gpio-python"
distfiles="${SOURCEFORGE_SITE}/project/raspberry-gpio-python/RPi.GPIO-${version}.tar.gz"
checksum=7424bc6c205466764f30f666c18187a0824077daf20b295c42f08aea2cb87d3f

# needed for gcc 10
# fixed upstream in commit 8a0a65
CFLAGS="-fcommon"

post_install() {
vlicense LICENCE.txt
}

0 comments on commit 951d317

Please sign in to comment.