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

recipes/gui/xnedit/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: xnedit
pkgver: '1.6.3'
pkgrel: 1
pkgdesc: Modernized fork of NEdit, with unicode support and AA text rendering
url: 'https://sourceforge.net/projects/xnedit/'
arch: x86_64
depends: []
makedepends:
- pcre
- openmotif
- xorg-libx11
- xorg-libxrender
- xorg-libxft
- xorg-libxpm
source:
- 'https://sourceforge.net/projects/xnedit/files/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}
  make linux
  make DESTDIR=${PKGDIR} install
package: |
  true