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