[arch-commits] Commit in qmk/repos/community-any (PKGBUILD PKGBUILD)

2022-08-21 Thread Morten Linderud via arch-commits
Date: Sunday, August 21, 2022 @ 12:04:05
  Author: foxboron
Revision: 1272521

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/PKGBUILD
(from rev 1272520, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-21 12:03:58 UTC (rev 1272520)
+++ PKGBUILD2022-08-21 12:04:05 UTC (rev 1272521)
@@ -1,43 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Akaash Suresh 
-# Contributor: Batuhan Baserdem 
-
-pkgname=qmk
-pkgver=1.1.0
-_qmk_udev_pkgver=0.1.1
-pkgrel=1
-pkgdesc="CLI tool for customizing supported mechanical keyboards."
-arch=('any')
-url="https://github.com/qmk/qmk_cli;
-license=('MIT')
-depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
- 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
- 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
- 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
- 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments'
- 'python-hid' 'python-pyusb')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('gcc'
-'libffi'
-'libusb-compat'
-'clang: chibios-upgrader'
-'zip: some distribution script'
-'wget: some update scripts'
-'diffutils: some update scripts')
-source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
-
"qmk-udev-${_qmk_udev_pkgver}.tar.gz::https://github.com/qmk/qmk_udev/archive/refs/tags/v${_qmk_udev_pkgver}.tar.gz;)
-sha256sums=('771577c9e68eb7fe08969bab36aeb420713a525062dce52a06eda40da8cda5e1'
-'e6cde001890e1d030d13bbe18799b76754aaea8a6d1309ce8c7956d713714920')
-
-build() {
-  make -C qmk_udev-${_qmk_udev_pkgver}
-  cd "${pkgname}-${pkgver}"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  make -C qmk_udev-${_qmk_udev_pkgver} DESTDIR="$pkgdir" PREFIX=/usr install
-  cd "${pkgname}-${pkgver}"
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: qmk/repos/community-any/PKGBUILD (from rev 1272520, qmk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-21 12:04:05 UTC (rev 1272521)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+# Contributor: Akaash Suresh 
+# Contributor: Batuhan Baserdem 
+
+pkgname=qmk
+pkgver=1.1.1
+_qmk_udev_pkgver=0.1.1
+pkgrel=1
+pkgdesc="CLI tool for customizing supported mechanical keyboards."
+arch=('any')
+url="https://github.com/qmk/qmk_cli;
+license=('MIT')
+depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
+ 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
+ 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
+ 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
+ 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments'
+ 'python-hid' 'python-pyusb')
+makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
+optdepends=('gcc'
+'libffi'
+'libusb-compat'
+'clang: chibios-upgrader'
+'zip: some distribution script'
+'wget: some update scripts'
+'diffutils: some update scripts')
+source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
+
"qmk-udev-${_qmk_udev_pkgver}.tar.gz::https://github.com/qmk/qmk_udev/archive/refs/tags/v${_qmk_udev_pkgver}.tar.gz;)
+sha256sums=('dd028e09ebcd61f8bdf8cb82929dfafc0e007d97a5a3803b45819b4641773269'
+'e6cde001890e1d030d13bbe18799b76754aaea8a6d1309ce8c7956d713714920')
+
+build() {
+  make -C qmk_udev-${_qmk_udev_pkgver}
+  cd "${pkgname}-${pkgver}"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  make -C qmk_udev-${_qmk_udev_pkgver} DESTDIR="$pkgdir" PREFIX=/usr install
+  cd "${pkgname}-${pkgver}"
+  python -m installer --destdir="$pkgdir" --compile-bytecode=1 dist/*.whl
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in qmk/repos/community-any (PKGBUILD PKGBUILD)

2022-05-27 Thread Morten Linderud via arch-commits
Date: Friday, May 27, 2022 @ 18:28:39
  Author: foxboron
Revision: 1210878

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/PKGBUILD
(from rev 1210877, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/PKGBUILD

--+
 PKGBUILD |   87 ++---
 1 file changed, 43 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-27 18:28:33 UTC (rev 1210877)
+++ PKGBUILD2022-05-27 18:28:39 UTC (rev 1210878)
@@ -1,44 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Akaash Suresh 
-# Contributor: Batuhan Baserdem 
-
-pkgname=qmk
-pkgver=1.0.0
-_qmk_udev_pkgver=0.1.1
-pkgrel=2
-pkgdesc="CLI tool for customizing supported mechanical keyboards."
-arch=('any')
-url="https://github.com/qmk/qmk_cli;
-license=('MIT')
-depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
- 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
- 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
- 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
- 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments'
- 'python-hid' 'python-pyusb')
-makedepends=('python-build' 'python-install' 'python-wheel')
-optdepends=('gcc'
-'libffi'
-'libusb-compat'
-'clang: chibios-upgrader'
-'zip: some distribution script'
-'wget: some update scripts'
-'diffutils: some update scripts')
-source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
-
"qmk-udev-${_qmk_udev_pkgver}.tar.gz::https://github.com/qmk/qmk_udev/archive/refs/tags/v${_qmk_udev_pkgver}.tar.gz;)
-sha256sums=('da62eec73c4548cc37b0b9be3937202dc3a301dc2f2663610ecca751a610f9ca'
-'e6cde001890e1d030d13bbe18799b76754aaea8a6d1309ce8c7956d713714920')
-
-build() {
-  make -C qmk_udev-${_qmk_udev_pkgver}
-  cd "${pkgname}-${pkgver}"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  make -C qmk_udev-${_qmk_udev_pkgver} DESTDIR="$pkgdir" PREFIX=/usr install
-  cd "${pkgname}-${pkgver}"
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-  chmod +x "$pkgdir"/usr/bin/*
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: qmk/repos/community-any/PKGBUILD (from rev 1210877, qmk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-27 18:28:39 UTC (rev 1210878)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+# Contributor: Akaash Suresh 
+# Contributor: Batuhan Baserdem 
+
+pkgname=qmk
+pkgver=1.1.0
+_qmk_udev_pkgver=0.1.1
+pkgrel=1
+pkgdesc="CLI tool for customizing supported mechanical keyboards."
+arch=('any')
+url="https://github.com/qmk/qmk_cli;
+license=('MIT')
+depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
+ 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
+ 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
+ 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
+ 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments'
+ 'python-hid' 'python-pyusb')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+optdepends=('gcc'
+'libffi'
+'libusb-compat'
+'clang: chibios-upgrader'
+'zip: some distribution script'
+'wget: some update scripts'
+'diffutils: some update scripts')
+source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
+
"qmk-udev-${_qmk_udev_pkgver}.tar.gz::https://github.com/qmk/qmk_udev/archive/refs/tags/v${_qmk_udev_pkgver}.tar.gz;)
+sha256sums=('771577c9e68eb7fe08969bab36aeb420713a525062dce52a06eda40da8cda5e1'
+'e6cde001890e1d030d13bbe18799b76754aaea8a6d1309ce8c7956d713714920')
+
+build() {
+  make -C qmk_udev-${_qmk_udev_pkgver}
+  cd "${pkgname}-${pkgver}"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  make -C qmk_udev-${_qmk_udev_pkgver} DESTDIR="$pkgdir" PREFIX=/usr install
+  cd "${pkgname}-${pkgver}"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in qmk/repos/community-any (PKGBUILD PKGBUILD)

2021-10-30 Thread Morten Linderud via arch-commits
Date: Saturday, October 30, 2021 @ 20:27:32
  Author: foxboron
Revision: 1035011

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/PKGBUILD
(from rev 1035010, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/PKGBUILD

--+
 PKGBUILD |   87 ++---
 1 file changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-30 20:27:26 UTC (rev 1035010)
+++ PKGBUILD2021-10-30 20:27:32 UTC (rev 1035011)
@@ -1,43 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Akaash Suresh 
-# Contributor: Batuhan Baserdem 
-
-pkgname=qmk
-pkgver=0.2.2
-_qmk_pkgver=0.13.26
-pkgrel=1
-pkgdesc="CLI tool for customizing supported mechanical keyboards."
-arch=('any')
-url="https://github.com/qmk/qmk_cli;
-license=('MIT')
-depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
- 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
- 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
- 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
- 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments'
- 'python-hid' 'python-pyusb')
-makedepends=('python-setuptools')
-optdepends=('gcc'
-'libffi'
-'libusb-compat'
-'clang: chibios-upgrader'
-'zip: some distribution script'
-'wget: some update scripts'
-'diffutils: some update scripts')
-source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
-
"50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules;)
-sha256sums=('1d5ab822d61692e5608c7268c588b1a6630159d9c4354e0010d220cb89d28ea2'
-'6503d05a8acae64c93ddce7ae814ba6cd20cd9c4d4501aad93bb0b9ccf427fed')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -d "${pkgdir}/usr/lib/udev/rules.d"
-  install -Dm644 ../"50-qmk.rules_${pkgver}" 
"${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
-}

Copied: qmk/repos/community-any/PKGBUILD (from rev 1035010, qmk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-30 20:27:32 UTC (rev 1035011)
@@ -0,0 +1,44 @@
+# Maintainer: Morten Linderud 
+# Contributor: Akaash Suresh 
+# Contributor: Batuhan Baserdem 
+
+pkgname=qmk
+pkgver=1.0.0
+_qmk_udev_pkgver=0.1.1
+pkgrel=1
+pkgdesc="CLI tool for customizing supported mechanical keyboards."
+arch=('any')
+url="https://github.com/qmk/qmk_cli;
+license=('MIT')
+depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
+ 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
+ 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
+ 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
+ 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments'
+ 'python-hid' 'python-pyusb')
+makedepends=('python-build' 'python-install' 'python-wheel')
+optdepends=('gcc'
+'libffi'
+'libusb-compat'
+'clang: chibios-upgrader'
+'zip: some distribution script'
+'wget: some update scripts'
+'diffutils: some update scripts')
+source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
+
"qmk-udev-${_qmk_udev_pkgver}.tar.gz::https://github.com/qmk/qmk_udev/archive/refs/tags/v${_qmk_udev_pkgver}.tar.gz;)
+sha256sums=('da62eec73c4548cc37b0b9be3937202dc3a301dc2f2663610ecca751a610f9ca'
+'e6cde001890e1d030d13bbe18799b76754aaea8a6d1309ce8c7956d713714920')
+
+build() {
+  make -C qmk_udev-${_qmk_udev_pkgver}
+  cd "${pkgname}-${pkgver}"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  make -C qmk_udev-${_qmk_udev_pkgver} DESTDIR="$pkgdir" PREFIX=/usr install
+  cd "${pkgname}-${pkgver}"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+  chmod +x "$pkgdir"/usr/bin/*
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in qmk/repos/community-any (PKGBUILD PKGBUILD)

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 16:25:30
  Author: foxboron
Revision: 984986

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/PKGBUILD
(from rev 984985, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 16:25:24 UTC (rev 984985)
+++ PKGBUILD2021-07-25 16:25:30 UTC (rev 984986)
@@ -1,43 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Akaash Suresh 
-# Contributor: Batuhan Baserdem 
-
-pkgname=qmk
-pkgver=0.1.0
-_qmk_pkgver=0.13.15
-pkgrel=1
-pkgdesc="CLI tool for customizing supported mechanical keyboards."
-arch=('any')
-url="https://github.com/qmk/qmk_cli;
-license=('MIT')
-depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
- 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
- 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
- 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
- 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments'
- 'python-hid' 'python-pyusb')
-makedepends=('python-setuptools')
-optdepends=('gcc'
-'libffi'
-'libusb-compat'
-'clang: chibios-upgrader'
-'zip: some distribution script'
-'wget: some update scripts'
-'diffutils: some update scripts')
-source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
-
"50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules;)
-sha256sums=('76654b2fff92857f04201cdea3effc8af1f6039b4fcbe64157edb62666928251'
-'6503d05a8acae64c93ddce7ae814ba6cd20cd9c4d4501aad93bb0b9ccf427fed')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -d "${pkgdir}/usr/lib/udev/rules.d"
-  install -Dm644 ../"50-qmk.rules_${pkgver}" 
"${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
-}

Copied: qmk/repos/community-any/PKGBUILD (from rev 984985, qmk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 16:25:30 UTC (rev 984986)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+# Contributor: Akaash Suresh 
+# Contributor: Batuhan Baserdem 
+
+pkgname=qmk
+pkgver=0.2.2
+_qmk_pkgver=0.13.26
+pkgrel=1
+pkgdesc="CLI tool for customizing supported mechanical keyboards."
+arch=('any')
+url="https://github.com/qmk/qmk_cli;
+license=('MIT')
+depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
+ 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
+ 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
+ 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
+ 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments'
+ 'python-hid' 'python-pyusb')
+makedepends=('python-setuptools')
+optdepends=('gcc'
+'libffi'
+'libusb-compat'
+'clang: chibios-upgrader'
+'zip: some distribution script'
+'wget: some update scripts'
+'diffutils: some update scripts')
+source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
+
"50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules;)
+sha256sums=('1d5ab822d61692e5608c7268c588b1a6630159d9c4354e0010d220cb89d28ea2'
+'6503d05a8acae64c93ddce7ae814ba6cd20cd9c4d4501aad93bb0b9ccf427fed')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -d "${pkgdir}/usr/lib/udev/rules.d"
+  install -Dm644 ../"50-qmk.rules_${pkgver}" 
"${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
+}



[arch-commits] Commit in qmk/repos/community-any (PKGBUILD PKGBUILD)

2021-06-30 Thread Morten Linderud via arch-commits
Date: Wednesday, June 30, 2021 @ 11:18:11
  Author: foxboron
Revision: 967970

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/PKGBUILD
(from rev 967969, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/PKGBUILD

--+
 PKGBUILD |   85 ++---
 1 file changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-30 11:18:04 UTC (rev 967969)
+++ PKGBUILD2021-06-30 11:18:11 UTC (rev 967970)
@@ -1,42 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Akaash Suresh 
-# Contributor: Batuhan Baserdem 
-
-pkgname=qmk
-pkgver=0.0.48
-_qmk_pkgver=0.12.48
-pkgrel=1
-pkgdesc="CLI tool for customizing supported mechanical keyboards."
-arch=('any')
-url="https://github.com/qmk/qmk_cli;
-license=('MIT')
-depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
- 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
- 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
- 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
- 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 
'python-pygments')
-makedepends=('python-setuptools')
-optdepends=('gcc'
-'libffi'
-'libusb-compat'
-'clang: chibios-upgrader'
-'zip: some distribution script'
-'wget: some update scripts'
-'diffutils: some update scripts')
-source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
-
"50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules;)
-sha256sums=('3ca801d295bef68c5e51cdee68e5871d61b1a2bc75d40a13de1cacad3c7a482f'
-'d6f0bfa30fb1f68b5428911a9165123059523ed781038f2b50cb83b828cc2436')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -d "${pkgdir}/usr/lib/udev/rules.d"
-  install -Dm644 ../"50-qmk.rules_${pkgver}" 
"${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
-}

Copied: qmk/repos/community-any/PKGBUILD (from rev 967969, qmk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-30 11:18:11 UTC (rev 967970)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+# Contributor: Akaash Suresh 
+# Contributor: Batuhan Baserdem 
+
+pkgname=qmk
+pkgver=0.1.0
+_qmk_pkgver=0.13.15
+pkgrel=1
+pkgdesc="CLI tool for customizing supported mechanical keyboards."
+arch=('any')
+url="https://github.com/qmk/qmk_cli;
+license=('MIT')
+depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
+ 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
+ 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
+ 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
+ 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments'
+ 'python-hid' 'python-pyusb')
+makedepends=('python-setuptools')
+optdepends=('gcc'
+'libffi'
+'libusb-compat'
+'clang: chibios-upgrader'
+'zip: some distribution script'
+'wget: some update scripts'
+'diffutils: some update scripts')
+source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
+
"50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules;)
+sha256sums=('76654b2fff92857f04201cdea3effc8af1f6039b4fcbe64157edb62666928251'
+'6503d05a8acae64c93ddce7ae814ba6cd20cd9c4d4501aad93bb0b9ccf427fed')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -d "${pkgdir}/usr/lib/udev/rules.d"
+  install -Dm644 ../"50-qmk.rules_${pkgver}" 
"${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
+}



[arch-commits] Commit in qmk/repos/community-any (PKGBUILD PKGBUILD)

2021-05-11 Thread Morten Linderud via arch-commits
Date: Tuesday, May 11, 2021 @ 15:33:04
  Author: foxboron
Revision: 930225

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/PKGBUILD
(from rev 930224, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-11 15:32:56 UTC (rev 930224)
+++ PKGBUILD2021-05-11 15:33:04 UTC (rev 930225)
@@ -1,42 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Akaash Suresh 
-# Contributor: Batuhan Baserdem 
-
-pkgname=qmk
-pkgver=0.0.45
-_qmk_pkgver=0.12.29
-pkgrel=1
-pkgdesc="CLI tool for customizing supported mechanical keyboards."
-arch=('any')
-url="https://github.com/qmk/qmk_cli;
-license=('MIT')
-depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
- 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
- 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
- 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
- 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 
'python-pygments')
-makedepends=('python-setuptools')
-optdepends=('gcc'
-'libffi'
-'libusb-compat'
-'clang: chibios-upgrader'
-'zip: some distribution script'
-'wget: some update scripts'
-'diffutils: some update scripts')
-source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
-
"50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules;)
-sha256sums=('43f297f36b21d68c34c5efa0ce1449dddb2e28753f80939cadf761ee7a2a0901'
-'d6f0bfa30fb1f68b5428911a9165123059523ed781038f2b50cb83b828cc2436')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -d "${pkgdir}/usr/lib/udev/rules.d"
-  install -Dm644 ../"50-qmk.rules_${pkgver}" 
"${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
-}

Copied: qmk/repos/community-any/PKGBUILD (from rev 930224, qmk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-11 15:33:04 UTC (rev 930225)
@@ -0,0 +1,42 @@
+# Maintainer: Morten Linderud 
+# Contributor: Akaash Suresh 
+# Contributor: Batuhan Baserdem 
+
+pkgname=qmk
+pkgver=0.0.48
+_qmk_pkgver=0.12.48
+pkgrel=1
+pkgdesc="CLI tool for customizing supported mechanical keyboards."
+arch=('any')
+url="https://github.com/qmk/qmk_cli;
+license=('MIT')
+depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
+ 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
+ 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
+ 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
+ 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 
'python-pygments')
+makedepends=('python-setuptools')
+optdepends=('gcc'
+'libffi'
+'libusb-compat'
+'clang: chibios-upgrader'
+'zip: some distribution script'
+'wget: some update scripts'
+'diffutils: some update scripts')
+source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
+
"50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules;)
+sha256sums=('3ca801d295bef68c5e51cdee68e5871d61b1a2bc75d40a13de1cacad3c7a482f'
+'d6f0bfa30fb1f68b5428911a9165123059523ed781038f2b50cb83b828cc2436')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -d "${pkgdir}/usr/lib/udev/rules.d"
+  install -Dm644 ../"50-qmk.rules_${pkgver}" 
"${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
+}


[arch-commits] Commit in qmk/repos/community-any (PKGBUILD PKGBUILD)

2021-03-29 Thread Morten Linderud via arch-commits
Date: Monday, March 29, 2021 @ 17:18:44
  Author: foxboron
Revision: 909386

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/PKGBUILD
(from rev 909385, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/PKGBUILD

--+
 PKGBUILD |   83 ++---
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-29 17:18:35 UTC (rev 909385)
+++ PKGBUILD2021-03-29 17:18:44 UTC (rev 909386)
@@ -1,41 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Akaash Suresh 
-# Contributor: Batuhan Baserdem 
-
-pkgname=qmk
-pkgver=0.0.40
-_qmk_pkgver=0.12.15
-pkgrel=1
-pkgdesc="CLI tool for customizing supported mechanical keyboards."
-arch=('any')
-url="https://github.com/qmk/qmk_cli;
-license=('MIT')
-depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
- 'python-milc' 'git' 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
- 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
- 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 
'python-pygments')
-makedepends=('python-setuptools')
-optdepends=('gcc'
-'libffi'
-'libusb-compat'
-'clang: chibios-upgrader'
-'zip: some distribution script'
-'wget: some update scripts'
-'diffutils: some update scripts')
-source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
-
"50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules;)
-sha256sums=('b4c051d2cb922dda1561069d7d98e9300071d37a27d96610cc5cc703eccb5d06'
-'d6f0bfa30fb1f68b5428911a9165123059523ed781038f2b50cb83b828cc2436')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -d "${pkgdir}/usr/lib/udev/rules.d"
-  install -Dm644 ../"50-qmk.rules_${pkgver}" 
"${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
-}

Copied: qmk/repos/community-any/PKGBUILD (from rev 909385, qmk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-29 17:18:44 UTC (rev 909386)
@@ -0,0 +1,42 @@
+# Maintainer: Morten Linderud 
+# Contributor: Akaash Suresh 
+# Contributor: Batuhan Baserdem 
+
+pkgname=qmk
+pkgver=0.0.45
+_qmk_pkgver=0.12.29
+pkgrel=1
+pkgdesc="CLI tool for customizing supported mechanical keyboards."
+arch=('any')
+url="https://github.com/qmk/qmk_cli;
+license=('MIT')
+depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
+ 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
+ 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
+ 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
+ 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 
'python-pygments')
+makedepends=('python-setuptools')
+optdepends=('gcc'
+'libffi'
+'libusb-compat'
+'clang: chibios-upgrader'
+'zip: some distribution script'
+'wget: some update scripts'
+'diffutils: some update scripts')
+source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
+
"50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules;)
+sha256sums=('43f297f36b21d68c34c5efa0ce1449dddb2e28753f80939cadf761ee7a2a0901'
+'d6f0bfa30fb1f68b5428911a9165123059523ed781038f2b50cb83b828cc2436')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -d "${pkgdir}/usr/lib/udev/rules.d"
+  install -Dm644 ../"50-qmk.rules_${pkgver}" 
"${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
+}


[arch-commits] Commit in qmk/repos/community-any (PKGBUILD PKGBUILD)

2021-03-07 Thread Morten Linderud via arch-commits
Date: Sunday, March 7, 2021 @ 17:28:41
  Author: foxboron
Revision: 886759

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/PKGBUILD
(from rev 886758, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-07 17:28:33 UTC (rev 886758)
+++ PKGBUILD2021-03-07 17:28:41 UTC (rev 886759)
@@ -1,41 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Akaash Suresh 
-# Contributor: Batuhan Baserdem 
-
-pkgname=qmk
-pkgver=0.0.39
-_qmk_pkgver=0.11.43
-pkgrel=1
-pkgdesc="CLI tool for customizing supported mechanical keyboards."
-arch=('any')
-url="https://github.com/qmk/qmk_cli;
-license=('MIT')
-depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
- 'python-milc' 'git' 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
- 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
- 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 
'python-pygments')
-makedepends=('python-setuptools')
-optdepends=('gcc'
-'libffi'
-'libusb-compat'
-'clang: chibios-upgrader'
-'zip: some distribution script'
-'wget: some update scripts'
-'diffutils: some update scripts')
-source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
-
"50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules;)
-sha256sums=('21532ca4daa40c01f0727a162f9b67e5cd070cacfc636739b87460065a5f1863'
-'1347051edd5350f6aad8545f5f98907d9d75f0049803bbcc7ef1c4f83b7659ad')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -d "${pkgdir}/usr/lib/udev/rules.d"
-  install -Dm644 ../"50-qmk.rules_${pkgver}" 
"${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
-}

Copied: qmk/repos/community-any/PKGBUILD (from rev 886758, qmk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-07 17:28:41 UTC (rev 886759)
@@ -0,0 +1,41 @@
+# Maintainer: Morten Linderud 
+# Contributor: Akaash Suresh 
+# Contributor: Batuhan Baserdem 
+
+pkgname=qmk
+pkgver=0.0.40
+_qmk_pkgver=0.12.15
+pkgrel=1
+pkgdesc="CLI tool for customizing supported mechanical keyboards."
+arch=('any')
+url="https://github.com/qmk/qmk_cli;
+license=('MIT')
+depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
+ 'python-milc' 'git' 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
+ 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
+ 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 
'python-pygments')
+makedepends=('python-setuptools')
+optdepends=('gcc'
+'libffi'
+'libusb-compat'
+'clang: chibios-upgrader'
+'zip: some distribution script'
+'wget: some update scripts'
+'diffutils: some update scripts')
+source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
+
"50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules;)
+sha256sums=('b4c051d2cb922dda1561069d7d98e9300071d37a27d96610cc5cc703eccb5d06'
+'d6f0bfa30fb1f68b5428911a9165123059523ed781038f2b50cb83b828cc2436')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -d "${pkgdir}/usr/lib/udev/rules.d"
+  install -Dm644 ../"50-qmk.rules_${pkgver}" 
"${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
+}


[arch-commits] Commit in qmk/repos/community-any (PKGBUILD PKGBUILD)

2021-01-12 Thread Morten Linderud via arch-commits
Date: Tuesday, January 12, 2021 @ 17:50:36
  Author: foxboron
Revision: 820178

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/PKGBUILD
(from rev 820177, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/PKGBUILD

--+
 PKGBUILD |   84 +
 1 file changed, 41 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 17:50:30 UTC (rev 820177)
+++ PKGBUILD2021-01-12 17:50:36 UTC (rev 820178)
@@ -1,43 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Akaash Suresh 
-# Contributor: Batuhan Baserdem 
-
-pkgname=qmk
-pkgver=0.0.37
-_qmk_pkgver=0.11.2
-pkgrel=1
-pkgdesc="CLI tool for customizing supported mechanical keyboards."
-arch=('any')
-url="https://github.com/qmk/qmk_cli;
-license=('MIT')
-depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
- 'python-milc' 'git' 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
- 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 
'python-pygments')
-makedepends=('python-setuptools')
-optdepends=('arm-none-eabi-binutils'
-'arm-none-eabi-newlib'
-'avr-binutils'
-'gcc'
-'libffi'
-'libusb-compat'
-'clang: chibios-upgrader'
-'zip: some distribution script'
-'wget: some update scripts'
-'diffutils: some update scripts')
-source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
-
"https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules;)
-sha256sums=('c10a1b18a9a9ecfa1a188a4174ed97fcb9b46b5fb706af6acdf879cfdef1af24'
-'1347051edd5350f6aad8545f5f98907d9d75f0049803bbcc7ef1c4f83b7659ad')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -d "${pkgdir}/usr/lib/udev/rules.d"
-  install -Dm644 ../*.rules "${pkgdir}/usr/lib/udev/rules.d"
-}

Copied: qmk/repos/community-any/PKGBUILD (from rev 820177, qmk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 17:50:36 UTC (rev 820178)
@@ -0,0 +1,41 @@
+# Maintainer: Morten Linderud 
+# Contributor: Akaash Suresh 
+# Contributor: Batuhan Baserdem 
+
+pkgname=qmk
+pkgver=0.0.39
+_qmk_pkgver=0.11.43
+pkgrel=1
+pkgdesc="CLI tool for customizing supported mechanical keyboards."
+arch=('any')
+url="https://github.com/qmk/qmk_cli;
+license=('MIT')
+depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
+ 'python-milc' 'git' 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
+ 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
+ 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 
'python-pygments')
+makedepends=('python-setuptools')
+optdepends=('gcc'
+'libffi'
+'libusb-compat'
+'clang: chibios-upgrader'
+'zip: some distribution script'
+'wget: some update scripts'
+'diffutils: some update scripts')
+source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
+
"50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules;)
+sha256sums=('21532ca4daa40c01f0727a162f9b67e5cd070cacfc636739b87460065a5f1863'
+'1347051edd5350f6aad8545f5f98907d9d75f0049803bbcc7ef1c4f83b7659ad')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -d "${pkgdir}/usr/lib/udev/rules.d"
+  install -Dm644 ../"50-qmk.rules_${pkgver}" 
"${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
+}