Skip to content

Commit

Permalink
mypaint-brushes: Add version 1.3.0
Browse files Browse the repository at this point in the history
needed for gimp
  • Loading branch information
david committed May 1, 2018
1 parent 9e0e70d commit 2233be4
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions mypaint-brushes.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#!/usr/bin/env beesh

# BEE_VERSION mypaint-brushes-1.3.0-0

SRCURL[0]="https://github.com/Jehan/mypaint-brushes/archive/v${PKGVERSION}.tar.gz"

#BEE_BUILDTYPE=autotools

# PATCHURL+=()

# EXCLUDE+=()

#build_in_sourcedir

# sourcesubdir_append src


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

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

#mee_configure() {
# bee_configure
#}

mee_configure_post() {
${S}/configure --prefix=${PREFIX}
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 2233be4

Please sign in to comment.