diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-02-26 15:38:46 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-02-26 15:38:46 +0000 |
| commit | 91a962ad7aa8272cf9e663bf081ea14fda6d2392 (patch) | |
| tree | 2d63bb067f850978cfb1895aa70a366d5cce13a4 | |
| parent | f447b1c7ac5ea7ab7975be31ea37bce86a7a3dc0 (diff) | |
| download | alicelinux-91a962ad7aa8272cf9e663bf081ea14fda6d2392.tar.gz alicelinux-91a962ad7aa8272cf9e663bf081ea14fda6d2392.zip | |
Woodpecker CI 366a5b947f96acd519bb35fbb7b1b794ded85699 [SKIP CI]
| -rw-r--r-- | cmark/.checksum | 1 | ||||
| -rw-r--r-- | cmark/.files | 22 | ||||
| -rw-r--r-- | cmark/abuild | 4 |
3 files changed, 27 insertions, 0 deletions
diff --git a/cmark/.checksum b/cmark/.checksum new file mode 100644 index 00000000..448c99e7 --- /dev/null +++ b/cmark/.checksum @@ -0,0 +1 @@ +dfb6ac3ebcd48df490609e66fd81b15fc2b9cceb0bc611a8d81d17f92629d3b0 cmark-0.31.2.tar.gz diff --git a/cmark/.files b/cmark/.files new file mode 100644 index 00000000..f62bae37 --- /dev/null +++ b/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/cmark/abuild b/cmark/abuild new file mode 100644 index 00000000..d1e7a717 --- /dev/null +++ b/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" |