Skip to content

Commit

Permalink
Merge pull request #1836 from mariux64/add-chrpath-0.16
Browse files Browse the repository at this point in the history
Add chrpath 0.16
  • Loading branch information
pmenzel authored Jun 29, 2020
2 parents 7599693 + b848c94 commit 18368c9
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions chrpath.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION chrpath-0.16-0

SRCURL[0]="https://deb.debian.org/debian/pool/main/c/chrpath/chrpath_${PKGVERSION}.orig.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 18368c9

Please sign in to comment.