arm-mem-git: remove

This commit is contained in:
maxice8 2018-11-17 00:34:04 -02:00 committed by Enno Boland
parent 4cc5c56aea
commit 09a1731129
2 changed files with 6 additions and 18 deletions

View File

@ -0,0 +1 @@
arm-mem-git is no longer provided by Void Linux, and will be fully removed from the repos on 17/12/2018

View File

@ -1,22 +1,9 @@
# Template file for 'arm-mem-git'
pkgname=arm-mem-git
version=20131108
revision=1
build_style=gnu-makefile
hostmakedepends="git"
only_for_archs="armv6l"
short_desc="ARM-accelerated versions of selected functions from <string.h>"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD"
revision=2
noarch=yes
build_style=meta
short_desc="ARM-accelerated versions of selected functions from <string.h> (removed package)"
license="metapackage"
homepage="https://github.com/bavison/arm-mem"
do_fetch() {
git clone git://github.com/bavison/arm-mem ${pkgname}-${version}
cd ${pkgname}-${version}
# Latest commit from this date.
git checkout 8a1fbee
}
do_install() {
vinstall libarmmem.so 755 usr/lib
}