Skip to content

Commit

Permalink
add: hwinfo-git
Browse files Browse the repository at this point in the history
  • Loading branch information
Xdavius committed Jul 8, 2024
1 parent 5f38dd9 commit d99c377
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 13 deletions.
27 changes: 14 additions & 13 deletions packagelist
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
1password-cli-bin
adapta-gtk-theme-git
adw-gtk-theme
adw-gtk3
adw-gtk-theme
alacritty
amfora-bin
an-anime-game-launcher-bin
ananicy-cpp
an-anime-game-launcher-bin
android-studio
android-studio-canary
ani-cli-bin
Expand Down Expand Up @@ -156,11 +156,11 @@ gfn-electron-bin
ghcup-bin
gir1.2-xapp-1.0-deb
git
gitblade-deb
git-butler-deb
git-credential-manager-core-deb
git-delta-deb
git-extras-git
gitblade-deb
gitfiend-deb
github-cli-bin
github-cli-deb
Expand All @@ -171,13 +171,13 @@ glow-deb
gnome-shell-extension-installer-git
gnome-tweaks
go-bin
go-task-deb
goldberg-emulator-git
gomuks-deb
google-chrome-beta-deb
google-chrome-deb
google-chrome-unstable-deb
google-earth-pro-stable-deb
go-task-deb
goverlay
goverlay-bin
gradience
Expand All @@ -202,6 +202,7 @@ heroic-games-launcher-deb
highlight-pointer-bin
htop
httptoolkit-deb
hwinfo-git
hyfetch-git
hyper-deb
hyperfine-bin
Expand All @@ -218,8 +219,8 @@ i3lock-color
imwheel-exclude-patched-git
insomnia-deb
insync-deb
intel-undervolt
intellij-idea-community-bin
intel-undervolt
internxt-deb
ivpn-deb
ivpn-ui-deb
Expand Down Expand Up @@ -337,16 +338,16 @@ notion-app-deb
notion-app-enhanced-deb
notion-git
nowpm
nu-tongues-bin
nuclear-deb
nuclei-bin
nushell-bin
nu-tongues-bin
obquit-git
obs-backgroundremoval
obs-backgroundremoval-deb
obs-backgroundremoval-git
obs-ndi-deb
obsidian-deb
obs-ndi-deb
oh-my-posh-git
oil
onefetch-bin
Expand Down Expand Up @@ -392,8 +393,8 @@ postman-bin
powertop-git
prettier
prismlauncher-git
proton-python-client
protonmail-bridge-deb
proton-python-client
protonup-qt-app
protonvpn-cli
protonvpn-gui
Expand Down Expand Up @@ -439,13 +440,13 @@ rosary-deb
rpcs3-app
rsbbi-git
rstudio-deb
rust-motd-deb
rustdesk-deb
rust-motd-deb
schildichat-deb
scrcpy
sed
shell-color-scripts
shellcheck-bin
shell-color-scripts
shellharden
shfmt-bin
sidequest-bin
Expand All @@ -466,12 +467,12 @@ soundux
spacecadetpinball-git
spot-client-git
spotify-client-deb
st-distrotube-git
st-lukesmith-git
starship-bin
st-distrotube-git
steam-deb
steamtinkerlaunch-git
stellarium
st-lukesmith-git
stockfish-git
stremio-deb
sublime-merge-deb
Expand Down Expand Up @@ -509,8 +510,8 @@ torbrowser-launcher-git
torguard-deb
touchegg-deb
touchegg-git
tre-git
treefetch-bin
tre-git
truckersmp-cli
ttf-fira-sans
tuner
Expand Down
21 changes: 21 additions & 0 deletions packages/hwinfo-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
pkgbase = hwinfo-git
gives = hwinfo
pkgver = 21.82
pkgdesc = hwinfo/libhd are used to probe for the hardware present in the system (git version)
url = https://github.com/openSUSE/hwinfo
arch = amd64
depends = libxml-parser-perl
depends = libxml-writer-perl
depends = libx86emu3
makedepends = flex
makedepends = sysfsutils
makedepends = libx86emu-dev
provides = libhd
maintainer = xdavius <[email protected]>
source = git+https://github.com/openSUSE/hwinfo.git
sha256sums = SKIP
makedepends_trixie = flex
makedepends_trixie = sysfsutils
pacdeps_trixie = libx86emu

pkgname = hwinfo-git
24 changes: 24 additions & 0 deletions packages/hwinfo-git/hwinfo-git.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
pkgname="hwinfo-git"
gives="hwinfo"
pkgver="21.82"
pkgdesc="hwinfo/libhd are used to probe for the hardware present in the system (git version)"
arch=('amd64')
url='https://github.com/openSUSE/hwinfo'
provides=("libhd")
depends=("libxml-parser-perl" "libxml-writer-perl" "libx86emu3")
makedepends=("flex" "sysfsutils" "libx86emu-dev")
pacdeps_trixie=("libx86emu")
makedepends_trixie=("flex" "sysfsutils")
source=("git+https://github.com/openSUSE/hwinfo.git")
sha256sums=('SKIP')
maintainer=("xdavius <[email protected]>")

build() {
cd "${srcdir}"/"${gives}"
make
}

package() {
cd "${srcdir}"/"${gives}"
make install DESTDIR="${pkgdir}"
}

0 comments on commit d99c377

Please sign in to comment.