diff --git a/dtc.be0 b/dtc.be0 new file mode 100755 index 000000000..cc823290d --- /dev/null +++ b/dtc.be0 @@ -0,0 +1,37 @@ +#!/usr/bin/env beesh + +# BEE_VERSION dtc-1.6.1-0 + +# more info: https://git.kernel.org/pub/scm/utils/dtc/dtc.git/tree/README.md + +SRCURL[0]="https://mirrors.edge.kernel.org/pub/software/utils/dtc/dtc-${PKGVERSION}.tar.xz" + +# 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 +#}