musl-fts: Add mipshf-musl arch support
This commit is contained in:
parent
33ea8102fd
commit
6d5a1938b2
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ version=1.2.7
|
|||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
only_for_archs="aarch64-musl armv6l-musl armv7l-musl i686-musl mips-musl mipsel-musl mipselhf-musl x86_64-musl armv5tel-musl"
|
||||
only_for_archs="aarch64-musl armv6l-musl armv7l-musl i686-musl mips-musl mipshf-musl mipsel-musl mipselhf-musl x86_64-musl armv5tel-musl"
|
||||
short_desc="Implementation of fts(3) for musl libc"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="BSD"
|
||||
homepage="http://github.com/pullmoll/musl-fts"
|
||||
homepage="https://github.com/pullmoll/musl-fts"
|
||||
distfiles="https://github.com/pullmoll/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=49ae567a96dbab22823d045ffebe0d6b14b9b799925e9ca9274d47d26ff482a6
|
||||
|
||||
|
|
Loading…
Reference in a new issue