# Description: some essentials for string handling (and a bit more)
# URL: https://libestr.adiscon.com/
# Maintainer: Matt Housh, jaeger at crux dot ninja

name=libestr
version=0.1.11
release=1
source=(https://libestr.adiscon.com/files/download/$name-$version.tar.gz)

build() {
    cd $name-$version
    ./configure --prefix=/usr
    make
    make DESTDIR=$PKG install
}
