wok annotate 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 |
rev | line source |
---|---|
tcg@17299 | 1 # SliTaz package receipt. |
tcg@17299 | 2 |
tcg@17299 | 3 PACKAGE="fish-doc" |
tcg@17299 | 4 VERSION="2.1.1" |
tcg@17299 | 5 CATEGORY="system-tools" |
tcg@17299 | 6 SHORT_DESC="The FrIendly SHell - docs" |
tcg@17299 | 7 MAINTAINER="tcg.thegamer@gmail.com" |
tcg@17299 | 8 LICENSE="GPL2" |
tcg@17299 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
tcg@17299 | 10 WEB_SITE="http://fishshell.com" |
tcg@17299 | 11 #WGET_URL="$WEB_SITE/files/$VERSION/$TARBALL" |
tcg@17299 | 12 WANTED="fish" |
tcg@17299 | 13 |
tcg@17299 | 14 genpkg_rules() |
tcg@17299 | 15 { |
tcg@17299 | 16 mkdir -p $fs/usr |
tcg@17299 | 17 cp -a $install/usr/share $fs/usr |
tcg@17299 | 18 } |