On 2018/06/28 16:02, Kristaps Dzonsons wrote: > Attached is a port for sqlite2mdoc. > > pkg/DESCR: > This utility accepts an SQLite3 header file sqlite3.h and produces a > set of decently well-formed mdoc(7) files documenting the C API. > These will be roughly equivalent to the C-language Interface > Specification for SQLite3. > > HOMEPAGE: https://github.com/kristapsdz/sqlite2mdoc > > I've been using this tool for a while to have the sqlite3 C API as a set > of aproposable manpages. Tried to get it into sqlite3 itself, but gave > up due to copyright assignment reasons. [1] It's pledged. > > Note: it doesn't work with pre-version-3 sqlite things. > > [1] > http://sqlite.1065341.n5.nabble.com/C-API-reference-manpages-td88451.html
Rather than relying on github's on-the-fly-generated tarballs (which are subject to change) could you upload a tar.gz as a "release asset" please? Then it would use something like this MASTER_SITES = https://github.com/kristapsdz/sqlite2mdoc/releases/download/0.1.1/sqlite2mdoc-0.1.1.tar.gz and remove the GH_* variables. It needs NO_TEST=Yes as well.
