20 lines
501 B
Text
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
|
|
}
|