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
|
2014-09-30 07:33:01 +02:00
|
|
|
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"
|
2014-01-01 16:10:11 +01:00
|
|
|
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}"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2013-07-05 23:40:10 +02:00
|
|
|
homepage="http://fishshell.com/"
|
2015-02-25 10:36:42 +01:00
|
|
|
license="GPL-2"
|
2013-07-05 23:40:10 +02:00
|
|
|
short_desc="User friendly shell intended mostly for interactive use"
|
2015-02-25 10:36:42 +01:00
|
|
|
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() {
|
2014-09-30 07:33:01 +02:00
|
|
|
autoreconf -fi
|
2013-06-29 02:15:07 +02:00
|
|
|
}
|