Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gtkspell3: add version 3.0.10
- add gtkspell3
  • Loading branch information
wwwutz committed Oct 6, 2021
1 parent 5ade4a8 commit f9ccea4
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions gtkspell3.be0
@@ -0,0 +1,43 @@
#!/usr/bin/env beesh

# BEE_VERSION gtkspell3-3.0.10-0

# more info: https://sourceforge.net/projects/gtkspell

# SRCURL[0]="https://sourceforge.net/projects/gtkspell/files/3.0.10/gtkspell3-3.0.10.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/34ece0c8cd0f68e6e125624ec0953cba/gtkspell3-3.0.10.tar.xz"


# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {

echo "">${S}/po/LINGUAS

bee_configure

}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit f9ccea4

Please sign in to comment.