Compare commits
4 Commits
652c7fc116
...
ly-1.1.1
Author | SHA1 | Date | |
---|---|---|---|
781252bdb3
|
|||
f085365598
|
|||
9d787e5290
|
|||
a64d65ccba
|
2
Makefile
2
Makefile
@ -39,3 +39,5 @@ build-clean:
|
|||||||
rm -rf ./dest
|
rm -rf ./dest
|
||||||
|
|
||||||
clean: sync-clean build-clean
|
clean: sync-clean build-clean
|
||||||
|
|
||||||
|
.PHONY: dest
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
# Template file for 'lutgen-studio'
|
# Template file for 'lutgen-studio'
|
||||||
pkgname=lutgen-studio
|
pkgname=lutgen-studio
|
||||||
version=0.1.0
|
version=0.1.1
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
makedepends="curl"
|
makedepends="curl"
|
||||||
|
depends="zenity wayland libssl3 libxkbcommon"
|
||||||
short_desc="Blazingly fast interpolated LUT generator and applicator for arbitrary and popular color palettes."
|
short_desc="Blazingly fast interpolated LUT generator and applicator for arbitrary and popular color palettes."
|
||||||
maintainer="Zachary Scheiman <me@zacharyscheiman.com>"
|
maintainer="Zachary Scheiman <me@zacharyscheiman.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'vesktop'
|
# Template file for 'vesktop'
|
||||||
pkgname=vesktop
|
pkgname=vesktop
|
||||||
version=1.5.7
|
version=1.5.8
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
short_desc="custom Discord App"
|
short_desc="custom Discord App"
|
||||||
@ -8,7 +8,7 @@ maintainer="Zachary Scheiman <me@zacharyscheiman.com>"
|
|||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/Vencord/Vesktop"
|
homepage="https://github.com/Vencord/Vesktop"
|
||||||
distfiles="https://github.com/Vencord/Vesktop/releases/download/v${version}/vesktop-${version}.tar.gz"
|
distfiles="https://github.com/Vencord/Vesktop/releases/download/v${version}/vesktop-${version}.tar.gz"
|
||||||
checksum=7670381baa4956d3d60b17562a3838db832cf3ff59cdf6563c7ffbc580508038
|
checksum=c2ed2184da586c575f3dbf14afc41a85760693586b079b3d2b0ba8f181cd3d51
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
Reference in New Issue
Block a user