Skip to content

Commit

Permalink
redo
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer committed Jun 13, 2024
1 parent 7a1ebe7 commit a10142e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/stockfish-git/stockfish-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ url='https://stockfishchess.org/'
source=("https://github.com/official-stockfish/Stockfish.git")
maintainer=("pythoncrazy <[email protected]>")
pkgver="0.0.1"
pkgrel="2"
breaks=("stockfish-git")
external_connection="true"

build() {
cd "${_archive}"
cd src
cd Stockfish/src
make -j"${NCPU}" profile-build
}

package() {
cd "${_archive}"
cd src
cd Stockfish/src
make strip
make install BINDIR="${pkgdir}/usr/local/bin"
}

0 comments on commit a10142e

Please sign in to comment.