Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chrpath: Add version 0.16
Needed for [Yocto](https://www.yoctoproject.org/).
  • Loading branch information
pmenzel committed Jun 28, 2020
1 parent 7599693 commit b848c94
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions chrpath.be0
@@ -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 b848c94

Please sign in to comment.