🔒 Repository is read-only – file editing is disabled.

recipes/core/make/PAGBUILD.yaml main

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: make
pkgver: '4.4.1'
pkgrel: '1'
pkgdesc: The Make package contains a program for compiling packages.
url: 'http://www.gnu.org/software/make/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://ftp.gnu.org/gnu/make/make-${pkgver}.tar.gz'
sha256sums:
- dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
package: |
  cd ${pkgname}-${pkgver}
  make DESTDIR="${PKGDIR}" install