void-packages-celediel/srcpkgs/lowfetch/template
Lilian Jónsdóttir 8939682051 update lowfetch
2024-01-16 22:25:47 +00:00

20 lines
501 B
Text

# Template file for 'lowfetch'
pkgname=lowfetch
version=23.11.10
revision=1
build_style=gnu-makefile
makedepends="clang mold"
short_desc="Linux system information tool"
maintainer="Lilian Jónsdóttir <lilian.jonsdottir@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://codeberg.org/callyral/lowfetch"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=179ffd10bced1e99e364b31e2b2aa88851d18ba7ade7e01b37dcacf671593603
do_build() {
make build
}
do_install() {
vbin build/lowfetch
}