19 lines
762 B
Bash
19 lines
762 B
Bash
# Template file for 'xonsh'
|
|
pkgname=xonsh
|
|
version=0.14.4
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-prompt_toolkit python3-Pygments python3-pyte"
|
|
short_desc="Python-powered, cross-platform, Unix-gazing shell"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://xon.sh/"
|
|
changelog="https://raw.githubusercontent.com/xonsh/xonsh/master/CHANGELOG.rst"
|
|
distfiles="https://github.com/xonsh/xonsh/archive/${version}.tar.gz"
|
|
checksum=aaf907cca037ef7729f2c17674c55e6439be404ffcab6b56b09f7cc3e30a0f32
|
|
register_shell="/bin/xonsh"
|
|
# FIXME: AttributeError because of missing XSH.load() and multiple other failures
|
|
make_check=no
|