pixeltris / GK6X

Configure keys, macros, and lighting on GK6X keyboards (GK64, GK84, GK61, etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can someone maintain AUR package?

PixsaOJ opened this issue · comments

commented

Hi, AUR package for this project is here: http://aur.archlinux.org/packages/gk6x-bin
It is marked as outdated and is no longer maintained.

I simply changed program version and m5 checksum for file and installed it, but can somebody maintain it?

Here is PKGBUILD you can use now

# Maintainer: Aakash Hemadri <aakashhemadri123@gmail.com>
pkgname=gk6x-bin
pkgver=1.21
_pkgname=gk6x
pkgrel=1
epoch=
pkgdesc="Configure keys, macros, and lighting on GK6X keyboards (GK64, GK84, GK61, etc)"
arch=('x86_64')
url="https://github.com/pixeltris/GK6X"
license=('MIT' 'unkown')
groups=()
depends=('mono')
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("$url/releases/download/${_pkgname^^}-v${pkgver}/${_pkgname^^}-v${pkgver}-GUI.zip" "gk6x")
noextract=()
md5sums=('MD5-FOR-GUI-ZIP'
         'f0611a521786c9ca1fc5c075d7bd8aeb')
validpgpkeys=()

package() {
	mkdir -p "$pkgdir"/opt/$_pkgname "$pkgdir"/usr/bin/
	cp gk6x "$pkgdir"/opt/$_pkgname
	cp -rf "${_pkgname^^}-v${pkgver}-GUI"/* "$pkgdir"/opt/$_pkgname
	chmod 0755 "$pkgdir"/opt/$_pkgname/gk6x
	ln -sf /opt/$_pkgname/$_pkgname "$pkgdir"/usr/bin/$_pkgname
}

Seems like @aakashhemadri is still on it:
Last Updated: 2024-02-17 15:07 (UTC)