mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-19 20:08:27 +01:00
scdoc: add recipe
This commit is contained in:
parent
048d42b29b
commit
f4f1cc5d5a
24
recipes-extended/scdoc/scdoc_git.bb
Normal file
24
recipes-extended/scdoc/scdoc_git.bb
Normal file
@ -0,0 +1,24 @@
|
||||
SUMMARY = "scdoc is a simple man page generator for POSIX systems written in C99."
|
||||
HOMEPAGE = "https://github.com/ddevault/scdoc"
|
||||
BUGTRACKER = "https://github.com/ddevault/scdoc/issues"
|
||||
SECTION = "base/doc"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=31752b4a8edd3fb9ddba1cb90fada74d"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/ddevault/scdoc.git;protocol=https \
|
||||
"
|
||||
|
||||
DEPENDS = "scdoc-native"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.11.0"
|
||||
SRCREV = "${PV}"
|
||||
|
||||
EXTRA_OEMAKE_class-native = "PREFIX=${prefix}"
|
||||
EXTRA_OEMAKE_class-target = "PREFIX=${prefix} HOST_SCDOC=${STAGING_BINDIR_NATIVE}/scdoc"
|
||||
|
||||
inherit autotools-brokensep
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
Loading…
Reference in New Issue
Block a user