diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-02-26 23:37:48 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-02-26 23:37:48 +0800 |
| commit | 11f053b21d86653d0c436002fb1ac010469b3853 (patch) | |
| tree | bb4045ae55b78a3266454d71f52d99a12b007727 | |
| parent | 1e1f5d8627dbf4834433a396cec2445db042ce01 (diff) | |
| download | alicelinux-11f053b21d86653d0c436002fb1ac010469b3853.tar.gz alicelinux-11f053b21d86653d0c436002fb1ac010469b3853.zip | |
cmark: new added
| -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" |