wok view fish-doc/receipt @ rev 17299
Add fish
Add fish-doc
This adds support and documentation for the latest fish release.
Add fish-doc
This adds support and documentation for the latest fish release.
author | necrophcodr <tcg.thegamer@gmail.com> |
---|---|
date | Thu Oct 30 22:39:29 2014 +0100 (2014-10-30) |
parents | |
children | a692dd5a5c64 |
line source
1 # SliTaz package receipt.
3 PACKAGE="fish-doc"
4 VERSION="2.1.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="The FrIendly SHell - docs"
7 MAINTAINER="tcg.thegamer@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://fishshell.com"
11 #WGET_URL="$WEB_SITE/files/$VERSION/$TARBALL"
12 WANTED="fish"
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $install/usr/share $fs/usr
18 }