New package: python3-readlike-0.1.3
This commit is contained in:
parent
a9d7fb03a0
commit
ece2524f35
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-readlike/template
Normal file
20
srcpkgs/python3-readlike/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'python3-readlike'
|
||||
pkgname=python3-readlike
|
||||
version=0.1.3
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc=readlike-${version}
|
||||
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
|
||||
}
|
Loading…
Add table
Reference in a new issue