Files
ports/core/libbytesize/spkgbuild
2021-02-14 20:20:30 +08:00

18 lines
360 B
Plaintext
Executable File

# description : Library facilitates the common operations with sizes in bytes
# depends : pcre2
name=libbytesize
version=2.5
release=1
source="https://github.com/storaged-project/$name/releases/download/$version/$name-$version.tar.gz"
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
}