zsvo/recipes/make.yaml
itexpert228 b2d7e12ac1
parasha
2026-03-14 12:23:04 +03:00

15 lines
428 B
YAML

name: make
version: 4.4.1
description: GNU Make is a tool which controls the generation of executables and other non-source files
source:
debian_dsc: https://deb.debian.org/debian/pool/main/m/make-dfsg/make-dfsg_4.4.1-1.dsc
build:
- ./configure --prefix=/usr
- make -j$(nproc)
install:
- make install DESTDIR=/usr
package:
name: make
version: 4.4.1
arch: any
description: GNU Make utility to control compilation