Compare commits

1 Commits

Author SHA1 Message Date
781252bdb3 next ly version 2025-07-10 18:29:36 -04:00
5 changed files with 7 additions and 31 deletions

View File

@ -37,7 +37,6 @@ sync-clean:
build-clean: build-clean:
rm -rf ./dest rm -rf ./dest
rm -rf ./void-packages/hostdir/binpkgs/*
clean: sync-clean build-clean clean: sync-clean build-clean

View File

@ -1,6 +1,6 @@
# Template file for 'lutgen-studio' # Template file for 'lutgen-studio'
pkgname=lutgen-studio pkgname=lutgen-studio
version=0.3.0 version=0.1.1
revision=1 revision=1
archs="x86_64" archs="x86_64"
makedepends="curl" makedepends="curl"

View File

@ -1,6 +1,6 @@
# Template file for 'lutgen' # Template file for 'lutgen'
pkgname=lutgen pkgname=lutgen
version=1.0.1 version=1.0.0
revision=2 revision=2
archs="x86_64" archs="x86_64"
makedepends="curl" makedepends="curl"

View File

@ -1,6 +1,6 @@
# Template file for 'ly' # Template file for 'ly'
pkgname=ly pkgname=ly
version=1.0.3 version=1.1.1
revision=1 revision=1
build_style=zig-build build_style=zig-build
nopie=yes nopie=yes
@ -8,10 +8,10 @@ makedepends="pam-devel xcb-util-devel pkg-config"
short_desc="display manager with console UI" short_desc="display manager with console UI"
maintainer="Zachary Scheiman <me@zacharyscheiman.com>" maintainer="Zachary Scheiman <me@zacharyscheiman.com>"
license="WTFPL" license="WTFPL"
homepage="https://github.com/fairyglade/ly" homepage="https://codeberg.org/fairyglade/ly"
changelog="https://github.com/fairyglade/ly/releases/tag/v${version}" changelog="https://codeberg.org/fairyglade/ly/releases/tag/v${version}"
distfiles="https://github.com/fairyglade/ly/archive/refs/tags/v${version}.tar.gz" distfiles="https://codeberg.org/fairyglade/ly/archive/v${version}.tar.gz"
checksum=269cc070905bd3a064b458dacb25787e409dad5930f2fbb98640f8e4f57b0bf6 checksum=27dab51187efe3d64eec1a0b98ba00c814dd01c0a0b360900cd0bd4f75076ef8
post_install() { post_install() {
vmkdir etc/sv vmkdir etc/sv

View File

@ -1,23 +0,0 @@
# Template file for 'zz'
pkgname=zz
version=1
revision=1
archs="x86_64"
makedepends="git"
short_desc="centers the text in your shell, much like pressing zz in vim."
maintainer="Zachary Scheiman <me@zacharyscheiman.com>"
license="MIT"
homepage="https://github.com/jake-stewart/zz"
do_fetch() {
git clone ${homepage} $wrksrc
cd $wrksrc
}
do_build() {
./build.sh
}
do_install() {
vbin zz
}