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

recipes/gui/geany-plugins/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: 'geany-plugins'
pkgver: '2.1'
pkgrel: '1'
pkgdesc: 'Many plugins for geany'
url: 'https://plugins.geany.org/'
arch: x86_64
depends:
- geany

makedepends: []
source:
- 'https://plugins.geany.org/geany-plugins/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  export CFLAGS+=' -Wno-incompatible-pointer-types -w' PYTHON=/usr/bin/python
  ./configure \
    --libexecdir=/usr/lib \
    --prefix=/usr
  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
  make

  make DESTDIR=${PKGDIR} install

package: |
  true