diff --git a/README.md b/README.md index 6798f39..fb87ef2 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/srcpkgs/gamo/template b/srcpkgs/gamo/template new file mode 100644 index 0000000..d5e0797 --- /dev/null +++ b/srcpkgs/gamo/template @@ -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 " +license="GPL-3.0-or-later" +homepage="https://git.pixelatedw.xyz/wynd/gamo" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=cab41e80e7ef8c833b312a2ba308b939594b2f8db2ced065acf4b2d6e9da5481 diff --git a/srcpkgs/git-heatmap/template b/srcpkgs/git-heatmap/template index bf53294..9c02613 100644 --- a/srcpkgs/git-heatmap/template +++ b/srcpkgs/git-heatmap/template @@ -5,10 +5,10 @@ revision=1 hostmakedepends="curl pkg-config" short_desc="Simple terminal heatmap for your local git repos" maintainer="wynd " -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} diff --git a/srcpkgs/zoomie/template b/srcpkgs/zoomie/template new file mode 100644 index 0000000..13ad177 --- /dev/null +++ b/srcpkgs/zoomie/template @@ -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 " +license="GPL-3.0-or-later" +homepage="https://git.pixelatedw.xyz/wynd/zoomie" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=407e2e84c155bc75c29dcc83ad6d30ae854744580c7ee0276d5f42db22d315a8