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

recipes/gui/geany/PAGBUILD.yaml main

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
pkgname: geany
pkgver: '2.1'
pkgrel: '1'
pkgdesc: 'Fast and lightweight IDE'
url: 'https://www.geany.org'
arch: x86_64
license:
- GPL2

depends:
- 'hicolor-icon-theme'
- 'desktop-file-utils'

makedepends:
- gtk3

source:
- 'https://download.${pkgname}.org/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure \
  --prefix=/usr

  make

  make DESTDIR=${PKGDIR} install

  install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING

package: |
  true