Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: ufetch-debian #6801

Merged
merged 15 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from 11 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
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@ tuner-git
tutanota-app
typora-deb
u-boot-mobian-deb
ufetch-debian
ufetch-ubuntu
ugee-tablet-driver-deb
ulauncher-deb
Expand Down
9 changes: 9 additions & 0 deletions packages/ufetch-debian/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pkgbase = ufetch-debian
pkgver = 0.4
pkgdesc = Tiny system info for Unix-like operating systems.
arch = amd64
license = MIT
maintainer = Vladislav Prokopenko <[email protected]>
source = https://gitlab.com/jschx/ufetch/-/raw/main/ufetch-debian

pkgname = ufetch-debian
11 changes: 11 additions & 0 deletions packages/ufetch-debian/ufetch-debian.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
maintainer=("Vladislav Prokopenko <[email protected]>")
pkgname="ufetch-debian"
arch=('amd64')
pkgver="0.4"
source=("https://gitlab.com/jschx/ufetch/-/raw/main/ufetch-debian")
vlprokopenko marked this conversation as resolved.
Show resolved Hide resolved
license=('MIT')
pkgdesc="Tiny system info for Unix-like operating systems."

package() {
install -Dm755 "ufetch-debian" -t "${pkgdir}/usr/bin"
}
10 changes: 10 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -11630,6 +11630,16 @@ pkgbase = u-boot-mobian-deb

pkgname = u-boot-mobian-deb
---
pkgbase = ufetch-debian
pkgver = 0.4
pkgdesc = Tiny system info for Unix-like operating systems.
arch = amd64
license = MIT
maintainer = Vladislav Prokopenko <[email protected]>
source = https://gitlab.com/jschx/ufetch/-/raw/main/ufetch-debian

pkgname = ufetch-debian
---
pkgbase = ufetch-ubuntu
pkgver = 0.4
pkgdesc = Tiny system info for Unix-like operating systems.
Expand Down
Loading