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

recipes/utils/liblinear/PAGBUILD.yaml main

21 linii Raw ← Powrót
123456789101112131415161718192021
pkgname: liblinear
pkgver: '250'
pkgrel: 1
pkgdesc: Library for learning linear classifiers for large scale applications.
url: 'https://www.csie.ntu.edu.tw/~cjlin/liblinear/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://github.com/cjlin1/liblinear/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  make lib
  mkdir -p ${PKGDIR}/usr/{lib,include}
  install -vm644 linear.h ${PKGDIR}/usr/include
  install -vm755 liblinear.so.* ${PKGDIR}/usr/lib
  ln -sfv liblinear.so.5 ${PKGDIR}/usr/lib/liblinear.so
package: |
  true