Skip to content

Commit

Permalink
Merge pull request #2942 from mariux64/add-tgt
Browse files Browse the repository at this point in the history
tgt: Add version 1.0.87
  • Loading branch information
david authored Aug 9, 2023
2 parents 89b652b + a437bf3 commit 6883dfc
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions tgt.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION tgt-1.0.87-0

#SRCURL[0]="https://github.com/fujita/tgt/archive/refs/tags/v${PKGVERSION}.tar.gz tgt-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/fb9fbb68354ae9fc78fd034672ecf851/tgt-1.0.87.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
#}
## by default this may be 'make install DESTDIR="${D}"'

mee_install_post() {
start_cmd mv ${D}/${SYSCONFDIR}/tgt/targets.conf{,.orig}
}

0 comments on commit 6883dfc

Please sign in to comment.