Files
ports/main/libbytesize/spkgbuild
2023-10-20 06:28:00 +00:00

16 lines
349 B
Plaintext
Executable File

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