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

recipes/gui/yad/PAGBUILD.yaml main

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
pkgname: yad
pkgver: '15.0'
pkgrel: '1'
pkgdesc: 'A fork of zenity - display graphical dialogs from shell scripts or command line'
url: 'https://github.com/v1cont/yad'
arch: x86_64
depends: []
makedepends:
- gtk3
- 'webkit2gtk-4'
- gtksourceview

source:
- 'https://github.com/v1cont/yad/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  autoreconf -ivf

  ./configure --prefix=/usr \
  --with-gtk=gtk3 \
  --enable-icon-browser \
  --enable-sourceview   \
  --enable-html

  make

  make DESTDIR=${PKGDIR} install

package: |
  true