diff options
Diffstat (limited to 'user/xfce4-genmon-plugin/APKBUILD')
-rw-r--r-- | user/xfce4-genmon-plugin/APKBUILD | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/user/xfce4-genmon-plugin/APKBUILD b/user/xfce4-genmon-plugin/APKBUILD new file mode 100644 index 000000000..752150d42 --- /dev/null +++ b/user/xfce4-genmon-plugin/APKBUILD @@ -0,0 +1,34 @@ +# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> +pkgname=xfce4-genmon-plugin +pkgver=4.2.0 +pkgrel=0 +pkgdesc="Cyclically run a script and display the results" +url="https://www.xfce.org" +arch="all" +license="LGPL-2.1+" +depends="" +makedepends="intltool libxfce4ui-dev xfce4-panel-dev" +subpackages="$pkgname-lang" +source="https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" + +build() { + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var + make +} + +check() { + make check +} + +package() { + make DESTDIR="$pkgdir" install +} + +sha512sums="e0166e879244d039097f46526782f2232bea6a94eb260f2558a6daf62e82a5aaa68a44749eb95d3d7c212155e36887fca8b41fb558427a1812c614569b4c11b3 xfce4-genmon-plugin-4.2.0.tar.bz2" |