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-ubuntu #6797

Merged
merged 9 commits into from
Dec 29, 2024
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-ubuntu
ugee-tablet-driver-deb
ulauncher-deb
ungoogled-chromium-deb
Expand Down
9 changes: 9 additions & 0 deletions packages/ufetch-ubuntu/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pkgbase = ufetch-ubuntu
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-ubuntu

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

package() {
install -Dm755 "ufetch-ubuntu" -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-ubuntu
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-ubuntu

pkgname = ufetch-ubuntu
---
pkgbase = ugee-tablet-driver-deb
gives = ugeetablet
pkgver = 4.1.3
Expand Down
Loading