14 lines
555 B
Bash
14 lines
555 B
Bash
# Template file for 'xonsh'
|
|
pkgname=xonsh
|
|
version=0.9.24
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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=ed981f129f2501b3d7354466b7c85ff58d22750f18df0910d66c8dbe94ec9b3b
|
|
register_shell="/bin/xonsh"
|