[arch-commits] Commit in gwakeonlan/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:36:06 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:36:06
  Author: felixonmars
Revision: 659801

archrelease: copy trunk to community-staging-any

Added:
  gwakeonlan/repos/community-staging-any/
  gwakeonlan/repos/community-staging-any/PKGBUILD
    (from rev 659800, gwakeonlan/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: gwakeonlan/repos/community-staging-any/PKGBUILD (from rev 659800, gwakeonlan/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 17:36:06 UTC (rev 659801)
@@ -0,0 +1,24 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jose <jose1711 [at] gmail (dot) com>
+
+pkgname=gwakeonlan
+pkgver=0.6.3
+pkgrel=2
+pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
+url="https://www.muflone.com/gwakeonlan"
+arch=('any')
+license=('GPL2')
+depends=('gtk3' 'python2-xdg' 'python2-gobject')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('06fa095e6dec8bd4316104b9de7b404fa492542e83878ff4c4b0c343986ae79d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py install --optimize=1 --root "${pkgdir}"
+}
+



More information about the arch-commits mailing list