File: acr-wrap.1

package info (click to toggle)
acr 2.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 712 kB
  • sloc: sh: 4,738; makefile: 41
file content (23 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.Dd Aug 12, 2022
.Dt ACR-WRAP 1
.Os
.Sh NAME
.Nm acr-wrap
.Nd compile meson wrap files into makefiles
.Sh SYNOPSIS
.Nm acr-wrap
.Op Ar configure-script
.Sh DESCRIPTION
acr-wrap is script that generates a makefile from a meson wrap file.
.Pp
This way it is possible to use meson subprojects without depending on
meson to work. Reducing maintenance costs when multiple build systems
are in use, but also enabling make-based projects to use a cleaner
syntax for external source projects.
.Sh SEE ALSO
.Xr amr 1
.Xr acr 1
.Xr acr-cat 1
.Xr configure.acr 5
.Sh AUTHOR
Written by pancake <pancake@nopcode.org>