Skip to content

Commit

Permalink
Merge pull request #1471 from mariux64/add-nnn
Browse files Browse the repository at this point in the history
nnn: add version 2.7
  • Loading branch information
wwwutz authored Nov 21, 2019
2 parents dd7702b + 2aad174 commit eff90cd
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions nnn.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION nnn-2.7-0

# more info: https://github.com/jarun/nnn

SRCURL[0]="https://github.com/jarun/nnn/releases/download/v${PKGVERSION}/nnn-v${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit eff90cd

Please sign in to comment.