Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/katifetch/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
pkgname=katifetch
version=13.1
revision=1
build_style=gnu-makefile
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why on earth are you setting the build style to gnu-makefile to package a shell script? Just remove this line.

Also, you skip do_build and override do_install, so the build style doesn't do anything

short_desc="Customizable neofetch-like system info tool"
maintainer="ximimoments"
license="MIT"
homepage="https://github.com/ximimoments/katifetch"
distfiles="https://github.com/ximimoments/katifetch/archive/refs/tags/${version}.tar.gz"
checksum=57018797a61ab6befb80a0b76cdf7ca457421ef8cfc030fe41d77a78b017fd30

do_build() {
:
}
Comment on lines +11 to +14
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
do_build() {
:
}


do_install() {
vinstall katifetch.sh 755 usr/bin katifetch
}