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: | 1 |
| Popularity: | 0.92 |
| First Submitted: | 2024-10-18 07:21 (UTC) |
| Last Updated: | 2025-06-04 05:21 (UTC) |
Dependencies (18)
- firefox (firefox-developer-edition-firefox-symlink-latestAUR, firefox-opensuse-binAUR, firefox-esr-binAUR, firefox-vaapiAUR, firefox-binAUR, firefox-globalmenuAUR, firefox-beta-bin-all-localizationsAUR, firefox-beta-binAUR)
- git (git-gitAUR, git-glAUR)
- gnome-terminal (gnome-terminal-gitAUR, gnome-terminal-fedoraAUR, nvidia-sync-terminal-fixAUR, gnome-terminal-transparencyAUR)
- nmap (nmap-gitAUR)
- proxychains (proxychains-ng-gitAUR, proxychains-ng)
- python
- python-distro
- python-prettytable
- python-progressbar
- python-rich
- python-termcolor
- python-treelib
- scapy (scapy-gitAUR)
- sudo (sudo-gitAUR, fudo-gitAUR, run0-sudo-shim-gitAUR, doas-sudo-shim-kAUR, doas-sudo-shim-vAUR, sudo-selinuxAUR)
- 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-gitwhere 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
PKGBUILDlooks better now.I would remove the
checkdependsarrays because there is no checking, and only leavegitin themakedependsarray since there's no building (needed to pull the sources). It seems your project depends onproxychainsandsudo(I had a quick look at the code), so please add them to thedependsarray if this is the case.Finally, since you are upstream, I would recommend tagging the last commit on Github (version
0.1.1I guess) and append#tag=$pkgverinsource: example. (If the tag has avprefix, 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
sudofrom thePKGBUILDand add the necessary system python packages to the depends array.