Skip to content

Instantly share code, notes, and snippets.

@dak180
Created August 15, 2015 21:23
Show Gist options
  • Save dak180/f9a09e7dad5ab522dd55 to your computer and use it in GitHub Desktop.
Save dak180/f9a09e7dad5ab522dd55 to your computer and use it in GitHub Desktop.
git subtree documentation for fink
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>
<<
@dak180
Copy link
Author

dak180 commented Aug 15, 2015

@danielj7 for your consideration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment