Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #71 from mariux64/add-gptfdisk.be0
gptfdisk: Add version 1.0.1
  • Loading branch information
pmenzel committed Jul 27, 2016
2 parents 73f6d63 + 610f7a3 commit 804bf77
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gptfdisk.be0
@@ -0,0 +1,12 @@
#!/bin/env beesh

# BEE_VERSION gptfdisk-1.0.1-0

SRCURL[0]="http://www.rodsbooks.com/gdisk/gptfdisk-${PKGVERSION}.tar.gz"

function mee_install() {
for FILE in cgdisk fixparts gdisk sgdisk ; do
install -D $FILE "${D}"/"${SBINDIR}"/$FILE
install -D $FILE.8 "${D}"/"${MANDIR}"/man8/$FILE.8
done
}

0 comments on commit 804bf77

Please sign in to comment.