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

recipes/core/dialog/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: dialog
pkgver: '1.3-20260721'
pkgrel: '1'
pkgdesc: 'To create nice user interfaces to shell scripts or other scripting languages.'
url: 'https://hightek.org/dialog/'
arch: x86_64
depends: []
makedepends:
- ncurses

source:
- 'https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr   \
              --enable-nls    \
              --with-ncursesw \
              --mandir=/usr/share/man
  make
  make DESTDIR=${PKGDIR} install

package: |
  true