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

recipes/utils/iucode-tool/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: 'iucode-tool'
pkgver: '2.3.1'
pkgrel: '2'
pkgdesc: 'Tool to manipulate micro code bundles Intel@ IA-32/X86-64'
url: '”https://gitlab.com/iucode-tool/iucode-tool/wikis/home”'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://gitlab.com/iucode-tool/releases/raw/latest/${pkgname}_${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  	./configure --prefix=/usr \
                      --sbindir=/usr/bin
      make
      make DESTDIR=${PKGDIR} install	

package: |
  true