diff --git a/chrpath.be0 b/chrpath.be0 new file mode 100755 index 000000000..21d440225 --- /dev/null +++ b/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 +#}