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

recipes/gui/libayatana-indicator/PAGBUILD.yaml main

37 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637
pkgname: 'libayatana-indicator'
pkgver: '0.9.5'
pkgrel: '1'
pkgdesc: 'Ayatana Indicators (Shared Library)'
url: 'https://github.com/AyatanaIndicators/libayatana-indicator'
arch: x86_64
license:
- GPL3

depends:
- gtk3
- glib
- 'ayatana-ido'

makedepends:
- 'extra-cmake-modules'
- 'gobject-introspection'
- vala

source: []
sha256sums: []
build: |
  git clone https://github.com/AyatanaIndicators/libayatana-indicator.git
  cd ${pkgname}

  mkdir build
  cd    build

  cmake -DCMAKE_INSTALL_PREFIX=/usr  \
  ..
  make
  make DESTDIR=${PKGDIR} install

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

package: |
  true