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

recipes/core/ed/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: ed
pkgver: '1.22.6'
pkgrel: 1
pkgdesc: A POSIX-compliant line-oriented text editor
url: 'https://www.gnu.org/software/ed/ed.html'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://ftp.gnu.org/gnu/ed/${pkgname}-${pkgver}.tar.lz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/ \
    --bindir=/usr/bin \
    --mandir=/usr/share/man \
    --infodir=/usr/share/info

  make
  make DESTDIR=${PKGDIR} install
package: |
  true