Skip to content

Commit

Permalink
wavpack: add 5.1.0
Browse files Browse the repository at this point in the history
wavpack encodes the specified source file(s) into WavPack files
using the options provided.
  • Loading branch information
wwwutz committed Oct 21, 2019
1 parent 114af68 commit cc49275
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions wavpack.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION wavpack-5.1.0-0

# more info: http://wavpack.com/
# req. by audacious-plugins

SRCURL[0]="https://github.com/dbry/WavPack/archive/${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 cc49275

Please sign in to comment.