19 lines
555 B
Bash
19 lines
555 B
Bash
# Template file for 'python3-readlike'
|
|
pkgname=python3-readlike
|
|
version=0.1.3
|
|
revision=6
|
|
build_style=python3-module
|
|
pycompile_module="readlike.py"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="GNU Readline-like line editing module for Python3"
|
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/jangler/readlike"
|
|
distfiles="${PYPI_SITE}/r/readlike/readlike-${version}.tar.gz"
|
|
checksum=4486ba5f1c1770dc6458316ecb95ea12e1ba7f59f328804fa17a8212b743fc08
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|