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

recipes/gui/garcon/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: garcon
pkgver: '4.20.0'
pkgrel: '1'
pkgdesc: 'Implementation of the freedesktop.org menu specification'
url: 'https://www.xfce.org/'
arch: x86_64
depends: []
makedepends:
- gtk3
- libxfce4ui
- libxfce4util

source:
- 'https://archive.xfce.org/src/xfce/garcon/4.20/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

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

  ./configure --prefix=/usr \
  --sysconfdir=/etc 
  make
  make DESTDIR=${PKGDIR} install

package: |
  true