Created
August 15, 2015 21:23
-
-
Save dak180/f9a09e7dad5ab522dd55 to your computer and use it in GitHub Desktop.
git subtree documentation for fink
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Info2:<< | |
| Package: git-subtree-docs | |
| Version: 2.5.0 | |
| Revision: 1+10.10 | |
| Distribution: 10.10 | |
| Description: git subtree documentation | |
| Depends: << | |
| git (>= %v) | |
| << | |
| BuildDepends: << | |
| xmlto, | |
| asciidoc-a2x | |
| << | |
| Source: https://www.kernel.org/pub/software/scm/git/git-%v.tar.gz | |
| Source-MD5: 3bc9b0a803ae8ec6c5316cc64f0b7f78 | |
| CompileScript: << | |
| cd "%b/contrib/subtree" | |
| asciidoc -b docbook -d manpage -f "%b/Documentation/asciidoc.conf" -agit_version=%v "%b/contrib/subtree/git-subtree.txt" | |
| asciidoc -b xhtml11 -d manpage -f "%b/Documentation/asciidoc.conf" -agit_version=%v "%b/contrib/subtree/git-subtree.txt" | |
| xmlto -m "%b/Documentation/manpage-normal.xsl" -o "%b/contrib/subtree/" man "%b/contrib/subtree/git-subtree.xml" | |
| << | |
| InstallScript: << | |
| cd "%b/contrib/subtree" | |
| install -d -m 755 "%i/share/man/man1" | |
| install -d -m 755 "%i/share/doc/git" | |
| install -m 644 "%b/contrib/subtree/git-subtree.html" "%i/share/doc/git" | |
| install -m 644 "%b/contrib/subtree/git-subtree.1" "%i/share/man/man1" | |
| << | |
| DocFiles: COPYING | |
| License: GPL | |
| Homepage: http://git-scm.com/ | |
| Maintainer: Daniel Johnson <daniel@daniel-johnson.org> | |
| << |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@danielj7 for your consideration.