Skip to content

Commit

Permalink
Merge pull request #3084 from mariux64/add-bache-tools
Browse files Browse the repository at this point in the history
bcache-tools: Add version 1.1
  • Loading branch information
donald authored Mar 24, 2024
2 parents d5f4226 + c4bcbad commit bf8eed9
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions bcache-tools.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#!/usr/bin/env beesh

# BEE_VERSION bcache-tools-1.1-0

# more info: https://docs.kernel.org/admin-guide/bcache.html

#SRCURL[0]="https://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools.git/snapshot/bcache-tools-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/6cf487791df2b2b2f1683fcb625e09d2/bcache-tools-1.1.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() {
mkdir -p $D$SBINDIR
mkdir -p $D/lib/udev/rules.d
mkdir -p $D$MANDIR/man8
bee_install
}

#mee_install_post() {
# exit
#}

0 comments on commit bf8eed9

Please sign in to comment.