Skip to content

Commit

Permalink
Added ufetch-ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
vlprokopenko committed Dec 29, 2024
1 parent f7a2d53 commit d53df92
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
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?ref_type=heads&inline=false

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

package() {
install -Dm755 "ufetch-ubuntu" -t "${pkgdir}/usr/bin"
# change the binary file name to ufetch (optional)
# mv ${pkgdir}/usr/bin/ufetch-ubuntu ${pkgdir}/usr/bin/ufetch
}
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?ref_type=heads&inline=false

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

0 comments on commit d53df92

Please sign in to comment.