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

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 00:43:16 UTC 2021


    Date: Friday, December 3, 2021 @ 00:43:16
  Author: felixonmars
Revision: 1063990

archrelease: copy trunk to community-staging-any

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

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

Copied: gwakeonlan/repos/community-staging-any/PKGBUILD (from rev 1063988, gwakeonlan/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-03 00:43:16 UTC (rev 1063990)
@@ -0,0 +1,23 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jose <jose1711 [at] gmail (dot) com>
+
+pkgname=gwakeonlan
+pkgver=0.7.0
+pkgrel=3
+pkgdesc="GTK+ utility to awake machines using the Wake on LAN."
+url="https://www.muflone.com/gwakeonlan"
+arch=('any')
+license=('GPL3')
+depends=('gtk3' 'python-xdg' 'python-gobject')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('e6bcaa94cee0572b55528dcf47fd0b3a888e76f5b6cfbb0301c2f562267d0049')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --optimize=1 --root "${pkgdir}"
+}



More information about the arch-commits mailing list