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

recipes/gui/xpad/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: xpad
pkgver: '5.8.0'
pkgrel: '2'
pkgdesc: Stickies-like notes program
url: 'https://launchpad.net/xpad'
arch: x86_64
depends: []
makedepends:
- gtk3
- xorg-libsm
- librsvg
- intltool
- gtksourceview4
- libayatana-appindicator
source:
- 'https://launchpad.net/xpad/trunk/${pkgver}/+download/xpad-${pkgver}.tar.bz2'
sha256sums:
- f26052308850c406b15adb8d86acd3962ef10af22b427bb1a5cff4eec96f82e9
build: |
  cd ${pkgname}-${pkgver}
  ./autogen.sh
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install
package: |
  true