15 lines
557 B
Bash
15 lines
557 B
Bash
# Template file for 'xonsh'
|
|
pkgname=xonsh
|
|
version=0.9.18
|
|
revision=1
|
|
archs=noarch
|
|
build_style=python3-module
|
|
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=fbbcb62334a2f1fd94af79c6d4bcf183c0308aab16221a9aa752a3660cc73f09
|
|
register_shell="/bin/xonsh"
|