14 lines
555 B
Bash
14 lines
555 B
Bash
# Template file for 'xonsh'
|
|
pkgname=xonsh
|
|
version=0.9.22
|
|
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=ddef670edd172ea760bdff34dde082db9fa3057bb1b87a5694385295158449db
|
|
register_shell="/bin/xonsh"
|