mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 02:35:23 +03:00
9 lines
193 B
PkgConfig
9 lines
193 B
PkgConfig
prefix=/usr
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include/docopt
|
|
|
|
Name: docopt
|
|
Description: docopt headers and library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -ldocopt
|
|
Cflags: -I${includedir}
|