Skip to content

Commit

Permalink
Add setuid version 1.0
Browse files Browse the repository at this point in the history
donald committed Nov 16, 2020
1 parent 42d7a0a commit fa9d7b8
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions setuid.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION setuid-1.0-0

# more info: https://foo.bar.com

SRCURL[0]="https://github.molgen.mpg.de/mariux64/setuid/archive/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 fa9d7b8

Please sign in to comment.