new package: python-pyte-0.6.0
This commit is contained in:
parent
0d4f7e81ca
commit
580cb99ada
2 changed files with 26 additions and 0 deletions
25
srcpkgs/python-pyte/template
Normal file
25
srcpkgs/python-pyte/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'python-pyte'
|
||||
pkgname=python-pyte
|
||||
version=0.6.0
|
||||
revision=1
|
||||
wrksrc="pyte-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pyte"
|
||||
hostmakedepends="python3-setuptools python-setuptools"
|
||||
depends="python-wcwidth"
|
||||
short_desc="A Simple Python2 VTXXX-compatible linux terminal emulator"
|
||||
maintainer="Sir_Boops <admin@boops.me>"
|
||||
license="LGPL-3"
|
||||
homepage="https://github.com/selectel/pyte"
|
||||
distfiles="https://github.com/selectel/pyte/archive/${version}.tar.gz"
|
||||
checksum=cc364b4f84bf86eebe2fe9fb49008a6cba1dbda3def5e89540cd2416e5a2d763
|
||||
|
||||
python3-pyte_package() {
|
||||
noarch=yes
|
||||
pycompile_module="pyte"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
depends="python3-wcwidth"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
1
srcpkgs/python3-pyte
Symbolic link
1
srcpkgs/python3-pyte
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-pyte
|
Loading…
Reference in a new issue