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

recipes/utils/dos2unix/PAGBUILD.yaml main

18 linii Raw ← Powrót
123456789101112131415161718
pkgname: dos2unix
pkgver: '7.5.6'
pkgrel: 1
pkgdesc: Text file format converter
url: 'https://waterlan.home.xs4all.nl/dos2unix.html'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://waterlander.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  make
  make DESTDIR=${PKGDIR} install
package: |
  true