17 lines
587 B
Bash
17 lines
587 B
Bash
# Template file for 'xonsh'
|
|
pkgname=xonsh
|
|
version=0.8.7
|
|
revision=1
|
|
noarch=yes
|
|
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=875aebb1f09463c36c3bd8cb958d4272839d687c6c5ab997518140f5610faf23
|
|
register_shell="/bin/xonsh"
|