Last active
February 15, 2023 05:12
-
-
Save dak180/eea0f3b909c68d86a374 to your computer and use it in GitHub Desktop.
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
| Package: autorevision | |
| Revision: 1 | |
| Version: 1.22.1 | |
| Source-MD5: 29791ba6e0e86cd8515a6f6b4ba4ddda | |
| # | |
| Source: https://github.com/Autorevision/%n/releases/download/v/%v/%n-%v.tgz | |
| Recommends: << | |
| bash, | |
| asciidoc-a2x, | |
| git | mercurial | svn | bzr-py27 | |
| << | |
| CompileScript: make all | |
| InstallScript: make install DESTDIR=%d prefix=%p | |
| DocFiles: COPYING.md README.md CONTRIBUTING.md NEWS AUTHORS.txt | |
| # | |
| Description: Extracts metadata from VCS repositories | |
| DescDetail: << | |
| Extracts metadata about the current revision from your repository. | |
| This program is meant to be used by project build systems to extract | |
| properties that can be used in software version strings. Repository | |
| types supported include git, hg, bzr, and svn. It can create files | |
| containing variable and macro definitions suitable for C, C++, Java, | |
| sh, Python, Perl, PHP, lua, Javascript, and header files suitable for | |
| use with preprocessing Info.plist files. Emitted information includes | |
| the ID of the most recent commit, its branch, its date, and several | |
| other useful pieces of meta-information. There is support for reading | |
| and writing a cache file so autorevision will remain useful during a | |
| build from an unpacked distribution tarball. | |
| << | |
| DescPackaging: << | |
| dak180 is also the main dev of autorevision | |
| gist for this file: https://git.io/autorevision | |
| << | |
| License: OSI-Approved | |
| Homepage: https://autorevision.github.io/ | |
| Maintainer: dak180 <dak180@users.sf.net> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment