milis/talimatname/genel/c/cpu-x/talimat

19 lines
469 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Cpu, anakart hakkında bilgi veren bir arayüz uygulaması
# URL: http://X0rg.github.io/CPU-X/
# Paketçi: milisarge
# Gerekler: cmake gtk3 libcpuid
# Grup: sistem
isim=cpu-x
surum=3.2.3
devir=1
kaynak=(https://github.com/X0rg/CPU-X/archive/v$surum.tar.gz::cpu-x-$surum.tar.gz)
derle() {
mkdir -pv "$SRC/CPU-X-$surum/build"
cd "$SRC/CPU-X-$surum/build"
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
make
make DESTDIR="$PKG" install
}