🔒 Repository is read-only – file editing is disabled.

recipes/utils/libbytesize/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: libbytesize
pkgver: '2.12'
pkgrel: '1'
pkgdesc: 'Library facilitates the common operations with sizes in bytes.'
url: 'https://github.com/storaged-project/libblockdev'
arch: x86_64
depends: []
makedepends:
- glib
- pcre2
- python
- 'gtk-doc'

source:
- 'https://github.com/storaged-project/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR="${PKGDIR}" install

package: |
  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libbytesize.la