15 lines
557 B
Bash
15 lines
557 B
Bash
# Template file for 'xonsh'
|
|
pkgname=xonsh
|
|
version=0.9.14
|
|
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=98936fb7ea3cf6b2b720dd1ae98f081f4bdfb472ebc02a41eae7eac61dece5ef
|
|
register_shell="/bin/xonsh"
|