18 lines
700 B
Bash
18 lines
700 B
Bash
# Template file for 'xonsh'
|
|
pkgname=xonsh
|
|
version=0.13.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
checkdepends="python3-pytest python3-prompt_toolkit python3-Pygments"
|
|
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=8440abd1515e47b707624dfb8da08e230ebc7854edd3edcfca0d775018e0ad8d
|
|
register_shell="/bin/xonsh"
|
|
# FIXME: fails with multiple AttributeErrors
|
|
make_check=extended
|