summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/scdoc/scdoc_1.11.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/scdoc/scdoc_1.11.3.bb')
-rw-r--r--meta/recipes-extended/scdoc/scdoc_1.11.3.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-extended/scdoc/scdoc_1.11.3.bb b/meta/recipes-extended/scdoc/scdoc_1.11.3.bb
new file mode 100644
index 0000000000..5f571c64dd
--- /dev/null
+++ b/meta/recipes-extended/scdoc/scdoc_1.11.3.bb
@@ -0,0 +1,20 @@
1SUMMARY = "scdoc is a simple man page generator for POSIX systems written in C99."
2HOMEPAGE = "https://git.sr.ht/~sircmpwn/scdoc"
3SECTION = "base/doc"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=31752b4a8edd3fb9ddba1cb90fada74d"
6
7DEPENDS = "scdoc-native"
8
9SRC_URI = "git://git.sr.ht/~sircmpwn/scdoc;protocol=https;branch=master \
10 file://0001-Makefile-drop-static.patch "
11SRCREV = "0528bcb993cac6c412acd3ae2e09539e994c0a59"
12
13do_install() {
14 oe_runmake 'DESTDIR=${D}' install
15}
16
17EXTRA_OEMAKE = "PREFIX=${prefix}"
18EXTRA_OEMAKE:append:class-target = " HOST_SCDOC=${STAGING_BINDIR_NATIVE}/scdoc"
19
20BBCLASSEXTEND = "native"