spacepaste

  1.  
  2. # Description: Tool to manipulate Intel microcode update bundles
  3. # URL: https://gitlab.com/iucode-tool/iucode-tool/wikis/home
  4. # Maintainer: Pedja, predivan at mts dot rs
  5. # Depends on:
  6. name=iucode-tool
  7. version=2.1.2
  8. release=1
  9. source=(https://gitlab.com/$name/releases/raw/latest/$name"_"$version.tar.xz)
  10. build() {
  11. cd $name-$version
  12. ./autogen.sh
  13. ./configure --prefix=/usr --mandir=/usr/share/man
  14. make
  15. make DESTDIR=$PKG install
  16. }
  17.