16 lines
590 B
Bash
16 lines
590 B
Bash
# Template file for 'xonsh'
|
|
pkgname=xonsh
|
|
version=0.9.13
|
|
revision=2
|
|
archs=noarch
|
|
build_style=python3-module
|
|
pycompile_module="xonsh xontrib"
|
|
hostmakedepends="python3"
|
|
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/${version}/CHANGELOG.rst"
|
|
distfiles="https://github.com/xonsh/xonsh/archive/${version}.tar.gz"
|
|
checksum=21b9c81377c3be04bdf72f0eca2370a3c3ad7b050683362bc52ec84085cdebd2
|
|
register_shell="/bin/xonsh"
|