Skip to content

Commit

Permalink
Merge pull request #2864 from mariux64/add-nmap
Browse files Browse the repository at this point in the history
nmap: Add version 7.93
  • Loading branch information
donald authored Feb 22, 2023
2 parents 027582f + 97e999c commit 12f8f97
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions uninstalled/nmap.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
#!/usr/bin/env beesh

# BEE_VERSION nmap-7.93-0

# more info: https://nmap.org

#SRCURL[0]="https://nmap.org/dist/nmap-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/9027eac4b8ca57574012cb061ba9ce4d/nmap-7.93.tar.bz2"

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
# --without-openssl : doesn't work with our openssl version, whatever
# --without-zenmap : do not install junk in /usr/lib/python2.7 just to have a GUI
bee_configure \
--without-openssl \
--without-zenmap
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 12f8f97

Please sign in to comment.