Added gamo and zoomie packages and updated the git-heatmap one
parent
458538234a
commit
2e5cfcc146
|
@ -2,7 +2,7 @@
|
|||
|
||||
## How to setup
|
||||
|
||||
1. Make sure you have the `[void-packages](https://github.com/void-linux/void-packages)` repo cloned and `xbps-src` setup
|
||||
1. Make sure you have the [`void-packages`](https://github.com/void-linux/void-packages) repo cloned and `xbps-src` setup
|
||||
|
||||
2. `git clone https://git.pixelatedw.xyz/wynd/void-packages.git`
|
||||
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'gamo'
|
||||
pkgname=gamo
|
||||
version=1.0.0
|
||||
revision=1
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="eudev-libudev-devel"
|
||||
build_style=cargo
|
||||
short_desc="Local gamepad tester"
|
||||
maintainer="wynd <wyndftw@proton.me>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://git.pixelatedw.xyz/wynd/gamo"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=cab41e80e7ef8c833b312a2ba308b939594b2f8db2ced065acf4b2d6e9da5481
|
|
@ -5,10 +5,10 @@ revision=1
|
|||
hostmakedepends="curl pkg-config"
|
||||
short_desc="Simple terminal heatmap for your local git repos"
|
||||
maintainer="wynd <wyndftw@proton.me>"
|
||||
license="MIT"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://git.pixelatedw.xyz/wynd/git-heatmap"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=86448cd65c80911e959c88cc2e1f4c0bbed883e1c318a3c124eac9a4be6d182c
|
||||
checksum=28fa38349ea4f4a7836febdb1b43ae6e8b7e0613bb797a7414c2874786395806
|
||||
|
||||
do_install() {
|
||||
: ${nightly:=nightly-2024-12-02}
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
# Template file for 'zoomie'
|
||||
pkgname=zoomie
|
||||
version=1.0.0
|
||||
revision=1
|
||||
hostmakedepends="pkg-config"
|
||||
build_style=cargo
|
||||
short_desc="Zoomer app with support for wayland"
|
||||
maintainer="wynd <wyndftw@proton.me>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://git.pixelatedw.xyz/wynd/zoomie"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=407e2e84c155bc75c29dcc83ad6d30ae854744580c7ee0276d5f42db22d315a8
|
Loading…
Reference in New Issue