20 lines
585 B
Bash
20 lines
585 B
Bash
# Template file for 'python3-RPi.GPIO'
|
|
pkgname=python3-RPi.GPIO
|
|
version=0.7.1
|
|
revision=3
|
|
archs="armv[67]l* aarch64*"
|
|
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="${PYPI_SITE}/R/RPi.GPIO/RPi.GPIO-${version}.tar.gz"
|
|
checksum=cd61c4b03c37b62bba4a5acfea9862749c33c618e0295e7e90aa4713fb373b70
|
|
|
|
post_install() {
|
|
vlicense LICENCE.txt
|
|
}
|