void-packages/srcpkgs/fish-shell/template

21 lines
595 B
Bash
Raw Normal View History

2013-06-29 02:15:07 +02:00
# Template file for 'fish-shell'
pkgname=fish-shell
2015-07-13 09:11:39 +02:00
version=2.2.0
revision=1
2013-07-17 22:27:19 +02:00
build_style=gnu-configure
2014-06-20 10:40:12 +02:00
hostmakedepends="automake"
2013-07-11 10:32:40 +02:00
makedepends="ncurses-devel"
register_shell="/usr/bin/fish"
2014-06-20 10:40:12 +02:00
conf_files="/etc/fish/config.fish"
2013-10-31 18:09:29 +01:00
wrksrc="fish-${version}"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2013-07-05 23:40:10 +02:00
homepage="http://fishshell.com/"
license="GPL-2"
2013-07-05 23:40:10 +02:00
short_desc="User friendly shell intended mostly for interactive use"
distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz"
2015-07-13 09:11:39 +02:00
checksum=a76339fd14ce2ec229283c53e805faac48c3e99d9e3ede9d82c0554acfc7b77a
2013-06-29 02:15:07 +02:00
pre_configure() {
autoreconf -fi
2013-06-29 02:15:07 +02:00
}