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

recipes/gui/faba-mono-icons/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: 'faba-mono-icons'
pkgver: '94.560b521'
pkgrel: '3'
pkgdesc: 'Faba Mono Icons is a supplementary theme to Faba Icon Theme. It consists only of monochrome panel icons'
url: 'https://github.com/snwh/faba-mono-icons'
arch: x86_64
depends:
- 'gtk-update-icon-cache'

makedepends:
- git
- 'faba-icon-theme'

source: []
sha256sums: []
build: |
  git clone https://github.com/snwh/${pkgname}
  cd ${pkgname}
  bash autogen.sh --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install

package: |
  true