dev-util/bakefile: bump to 0.2.11

This commit is contained in:
2018-03-23 17:59:26 +01:00
parent 615b2fbd63
commit f0ace8ce22
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Copyright 2016 Julian Ospald
# Distributed under the terms of the GNU General Public License v2
require python [ blacklist=3 has_bin=true has_lib=true multibuild=false ]
require github [ user="vslavik" release="v${PV}" suffix=tar.gz ]
SUMMARY="Bakefile makefiles generator"
HOMEPAGE="http://bakefile.org/"
LICENCES="MIT"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
"
BUGS_TO="hasufell@posteo.de"
DEFAULT_SRC_PREPARE_PATCHES=(
"${FILES}"/${PNV}-Fix-searchPath-locations.patch
)