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

recipes/utils/colordiff/PAGBUILD.yaml main

18 linii Raw ← Powrót
123456789101112131415161718
pkgname: colordiff
pkgver: '1.0.22'
pkgrel: '2'
pkgdesc: diff wrapper produce the same output but with prety syntax.
url: 'https://www.colordiff.org/'
arch: x86_64
depends:
- perl
makedepends: []
source:
- 'https://www.colordiff.org/colordiff-${pkgver}.tar.gz'
sha256sums:
- f96f73c54521c53f14dc164d5a3920c9ca21a0e5f8e9613f43812a98af3e22af
build: |
  cd ${pkgname}-${pkgver}
  make DESTDIR=${PKGDIR} INSTALL_DIR=/usr/bin MAN_DIR=/usr/share/man/man1 install
package: |
  true