Search Criteria
Package Details: project-monalisa 0.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/project-monalisa.git (read-only, click to copy) |
---|---|
Package Base: | project-monalisa |
Description: | This project allows you to explore networking protocols by sending custom packets, monitoring traffic, and identifying services like SSH, FTP, and Telnet without using traditional commands or tools. |
Upstream URL: | https://github.com/Akash420-oss/project-monalisa |
Licenses: | MIT |
Submitter: | akashsil2392 |
Maintainer: | akashsil2392 |
Last Packager: | akashsil2392 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-10-18 07:21 (UTC) |
Last Updated: | 2025-06-04 05:21 (UTC) |
Dependencies (18)
- firefox (firefox-kde-opensuse-no-telemetryAUR, firefox-developer-edition-firefox-symlink-latestAUR, firefox-kde-opensuseAUR, firefox-opensuse-binAUR, librewolf-firefox-shimAUR, firefox-vaapiAUR, firefox-beta-bin-all-localizationsAUR, firefox-beta-binAUR, firefox-binAUR, firefox-esr-binAUR)
- git (git-gitAUR, git-glAUR)
- gnome-terminal (gnome-terminal-gitAUR, gnome-terminal-fedoraAUR, gnome-terminal-transparencyAUR)
- nmap (nmap-gitAUR)
- proxychains (proxychains-ng-gitAUR, proxychains-ng)
- python (python37AUR)
- python-distro
- python-prettytable
- python-progressbar
- python-rich
- python-termcolor
- python-treelib
- scapy (scapy-gitAUR)
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, sudo-hgAUR, fudo-gitAUR, sudo-selinuxAUR, sudo-rs-symlinkAUR, doas-sudo-shim-kAUR)
- tcpdump (tcpdump-gitAUR)
- termshark (termshark-gitAUR)
- wireshark-qt (wireshark-gitAUR, wireshark-libsmi-qtAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
akashsil2392 commented on 2025-06-04 04:37 (UTC) (edited on 2025-06-04 04:43 (UTC) by akashsil2392)
@a821 Thanks for your guidence i have created a new pkgbase as
project-monalisa-git
where i have updated sources field and also change pkgbuild file visit this https://aur.archlinux.org/packages/project-monalisa-gita821 commented on 2025-06-03 07:43 (UTC)
@akashsil2392: Thanks for updating. The
PKGBUILD
looks better now.I would remove the
checkdepends
arrays because there is no checking, and only leavegit
in themakedepends
array since there's no building (needed to pull the sources). It seems your project depends onproxychains
andsudo
(I had a quick look at the code), so please add them to thedepends
array if this is the case.Finally, since you are upstream, I would recommend tagging the last commit on Github (version
0.1.1
I guess) and append#tag=$pkgver
insource
: example. (If the tag has av
prefix, then#tag=v$pkgver
).You need to do this because otherwise this is a VCS package (meaning it should be called "project-monalisa-git") (see https://wiki.archlinux.org/title/VCS_package_guidelines). Tagging a commit is a simple solution to this.
akashsil2392 commented on 2025-05-23 17:03 (UTC) (edited on 2025-05-23 17:05 (UTC) by akashsil2392)
@a821 you can check it out i have removed and add it as depends array as you told
a821 commented on 2025-05-20 04:40 (UTC)
Please remove
sudo
from thePKGBUILD
and add the necessary system python packages to the depends array.