Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
audiofile: new SRCURL and be0
old link had an issue: not in gzip format
  • Loading branch information
niclas committed Dec 10, 2019
1 parent 7462f7e commit acfc5cd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 30 deletions.
30 changes: 0 additions & 30 deletions audiofile-0.2.7-0.bee

This file was deleted.

35 changes: 35 additions & 0 deletions audiofile.be0
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION NAME-0.2.7-0

SRCURL[0]="https://github.com/mpruett/audiofile/archive/audiofile-${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 acfc5cd

Please sign in to comment.