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

recipes/core/txt2man/PAGBUILD.yaml main

17 linii Raw ← Powrót
1234567891011121314151617
pkgname: txt2man
pkgver: '1.7.1'
pkgrel: '2'
pkgdesc: Converts flat ASCII text to man page format
url: 'https://github.com/mvertes/txt2man'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://github.com/mvertes/txt2man/archive/txt2man-${pkgver}.tar.gz'
sha256sums:
- 4d9b1bfa2b7a5265b4e5cb3aebc1078323b029aa961b6836d8f96aba6a9e434d
build: |
  cd ./txt2man-txt2man-${pkgver}
  PATH=./:$PATH make prefix=${PKGDIR}/usr install
package: |
  true