Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ smartgit
smplayer-deb
snapper-rollback-git
snd-hda-macbookpro
sniffnet-deb
soar
softmaker-freeoffice-2024-deb
softmaker-office-2024-deb
Expand Down
23 changes: 23 additions & 0 deletions packages/sniffnet-deb/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
pkgbase = sniffnet-deb
gives = sniffnet
pkgver = 1.5.0
pkgdesc = Sniffnet is a network monitoring tool to help you easily keep track of your Internet traffic.
url = https://sniffnet.net/
arch = amd64
arch = arm64
arch = armhf
depends = libasound2
depends = libfontconfig1
depends = libpcap0.8
depends = libcap2-bin
replaces = sniffnet
maintainer = Christian F. Brinkmann <christian.brinkmann09@gmail.com>
repology = project: sniffnet
source_amd64 = https://github.com/GyulyVGC/sniffnet/releases/download/v1.5.0/Sniffnet_LinuxDEB_amd64.deb
sha256sums_amd64 = d3c802ee883a548d19279955c2e67132020694795127f8d2aecfbba305a70be5
source_arm64 = https://github.com/GyulyVGC/sniffnet/releases/download/v1.5.0/Sniffnet_LinuxDEB_arm64.deb
sha256sums_arm64 = 3b0e7a24b8d263e8c46f7365ca69d0da59ea2b3564014b2d265cfa661b371cc7
source_armhf = https://github.com/GyulyVGC/sniffnet/releases/download/v1.5.0/Sniffnet_LinuxDEB_armhf.deb
sha256sums_armhf = 03369feaf2cf442995425305f022749d65e5a9109407239c776506dd9a3b54b6

pkgname = sniffnet-deb
24 changes: 24 additions & 0 deletions packages/sniffnet-deb/sniffnet-deb.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
pkgname="sniffnet-deb"
arch=("amd64" "arm64" "armhf")
gives="sniffnet"
pkgver="1.5.0"
replaces=("${gives}")
repology=("project: ${gives}")
depends=(
libasound2
libfontconfig1
libpcap0.8
libcap2-bin
)
url='https://sniffnet.net/'
pkgdesc="Sniffnet is a network monitoring tool to help you easily keep track of your Internet traffic."
maintainer=("Christian F. Brinkmann <christian.brinkmann09@gmail.com>")

source_amd64=("https://github.com/GyulyVGC/${gives}/releases/download/v${pkgver}/Sniffnet_LinuxDEB_amd64.deb")
sha256sums_amd64=("d3c802ee883a548d19279955c2e67132020694795127f8d2aecfbba305a70be5")

source_arm64=("https://github.com/GyulyVGC/${gives}/releases/download/v${pkgver}/Sniffnet_LinuxDEB_arm64.deb")
sha256sums_arm64=("3b0e7a24b8d263e8c46f7365ca69d0da59ea2b3564014b2d265cfa661b371cc7")

source_armhf=("https://github.com/GyulyVGC/${gives}/releases/download/v${pkgver}/Sniffnet_LinuxDEB_armhf.deb")
sha256sums_armhf=("03369feaf2cf442995425305f022749d65e5a9109407239c776506dd9a3b54b6")
24 changes: 24 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -14323,6 +14323,30 @@ pkgbase = snd-hda-macbookpro

pkgname = snd-hda-macbookpro
---
pkgbase = sniffnet-deb
gives = sniffnet
pkgver = 1.5.0
pkgdesc = Sniffnet is a network monitoring tool to help you easily keep track of your Internet traffic.
url = https://sniffnet.net/
arch = amd64
arch = arm64
arch = armhf
depends = libasound2
depends = libfontconfig1
depends = libpcap0.8
depends = libcap2-bin
replaces = sniffnet
maintainer = Christian F. Brinkmann <christian.brinkmann09@gmail.com>
repology = project: sniffnet
source_amd64 = https://github.com/GyulyVGC/sniffnet/releases/download/v1.5.0/Sniffnet_LinuxDEB_amd64.deb
sha256sums_amd64 = d3c802ee883a548d19279955c2e67132020694795127f8d2aecfbba305a70be5
source_arm64 = https://github.com/GyulyVGC/sniffnet/releases/download/v1.5.0/Sniffnet_LinuxDEB_arm64.deb
sha256sums_arm64 = 3b0e7a24b8d263e8c46f7365ca69d0da59ea2b3564014b2d265cfa661b371cc7
source_armhf = https://github.com/GyulyVGC/sniffnet/releases/download/v1.5.0/Sniffnet_LinuxDEB_armhf.deb
sha256sums_armhf = 03369feaf2cf442995425305f022749d65e5a9109407239c776506dd9a3b54b6

pkgname = sniffnet-deb
---
pkgbase = soar
pkgver = 0.11.0
pkgdesc = Fast, modern package manager for Static Binaries and Portable Formats
Expand Down
Loading