diff options
| -rw-r--r-- | repos/extra/cmark/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/cmark/.files | 22 | ||||
| -rw-r--r-- | repos/extra/cmark/abuild | 4 |
3 files changed, 27 insertions, 0 deletions
diff --git a/repos/extra/cmark/.checksum b/repos/extra/cmark/.checksum new file mode 100644 index 00000000..448c99e7 --- /dev/null +++ b/repos/extra/cmark/.checksum @@ -0,0 +1 @@ +dfb6ac3ebcd48df490609e66fd81b15fc2b9cceb0bc611a8d81d17f92629d3b0 cmark-0.31.2.tar.gz diff --git a/repos/extra/cmark/.files b/repos/extra/cmark/.files new file mode 100644 index 00000000..f62bae37 --- /dev/null +++ b/repos/extra/cmark/.files @@ -0,0 +1,22 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/cmark +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/cmark.h +-rw-r--r-- root/root usr/include/cmark_export.h +-rw-r--r-- root/root usr/include/cmark_version.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/cmake/ +drwxr-xr-x root/root usr/lib/cmake/cmark/ +-rw-r--r-- root/root usr/lib/cmake/cmark/cmark-config-version.cmake +-rw-r--r-- root/root usr/lib/cmake/cmark/cmark-config.cmake +-rw-r--r-- root/root usr/lib/cmake/cmark/cmark-targets-release.cmake +-rw-r--r-- root/root usr/lib/cmake/cmark/cmark-targets.cmake +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libcmark.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/cmark.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/cmark.3.gz diff --git a/repos/extra/cmark/abuild b/repos/extra/cmark/abuild new file mode 100644 index 00000000..d1e7a717 --- /dev/null +++ b/repos/extra/cmark/abuild @@ -0,0 +1,4 @@ +name=cmark +version=0.31.2 +release=1 +source="https://github.com/commonmark/${name}/archive/${version}/${name}-${version}.tar.gz" |