Skip to content

Commit

Permalink
libinih: Add version 57
Browse files Browse the repository at this point in the history
Add libinih, which is now a build dependency for xfsprogs.
  • Loading branch information
donald committed Sep 2, 2023
1 parent 44e71f9 commit f46e694
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions libinih.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION libinih-57-0

# more info: https://github.com/benhoyt/inih/

#SRCURL[0]="https://github.com/benhoyt/inih/archive/refs/tags/r${PKGVERSION}.tar.gz libinih.${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/07aa33593487633519fb3a0e55546c09/libinih.57.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
#}

0 comments on commit f46e694

Please sign in to comment.