Date: Sunday, January 6, 2019 @ 21:04:35 Author: alad Revision: 420758
import Added: moka-icon-theme/ moka-icon-theme/repos/ moka-icon-theme/trunk/ moka-icon-theme/trunk/PKGBUILD ----------+ PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) Added: moka-icon-theme/trunk/PKGBUILD =================================================================== --- moka-icon-theme/trunk/PKGBUILD (rev 0) +++ moka-icon-theme/trunk/PKGBUILD 2019-01-06 21:04:35 UTC (rev 420758) @@ -0,0 +1,23 @@ +# Maintainer: Alad Wenter <[email protected]> +# Contributor: xduugu <[email protected]> +pkgname=moka-icon-theme +pkgver=5.4.0 +pkgrel=1 +pkgdesc="An open source FreeDesktop icon project by Sam Hewitt" +arch=('any') +url='https://snwh.org/moka' +license=('GPL3' 'CCPL') +depends=('gtk-update-icon-cache' 'faba-icon-theme') +makedepends=('meson') +options=('!strip') +source=("$pkgname-$pkgver.tar.gz::https://github.com/snwh/$pkgname/archive/v$pkgver.tar.gz") +md5sums=('27d2e54bf33bcb428ece6ff2a97e2b67') + +build() { + meson --prefix /usr --buildtype plain "$pkgname-$pkgver" build + ninja -C build +} + +package() { + DESTDIR="$pkgdir" ninja -C build install +}
