Package Details: blackjack-git 1.0.0-1

Git Clone URL: https://aur.archlinux.org/blackjack-git.git (read-only, click to copy)
Package Base: blackjack-git
Description: A fun little game of Black Jack.
Upstream URL: https://github.com/tsteinholz/BlackJack
Keywords: blackjack
Licenses: MIT
Submitter: tsteinholz
Maintainer: tsteinholz
Last Packager: sekret
Votes: 2
Popularity: 0.000000
First Submitted: 2016-01-26 20:26 (UTC)
Last Updated: 2017-09-07 08:00 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Latest Comments

sirHermit commented on 2020-01-19 11:24 (UTC) (edited on 2020-01-19 11:25 (UTC) by sirHermit)

If this game does not work for you then just copy file Bank.txt into "/opt/blackjack". But the right way will be to add it to PKGBUILD file.

tsteinholz commented on 2017-06-07 12:23 (UTC)

@sekret - I don't really know how these packages work (and haven't had a lot of time recently) so I just added you as a co-maintainer so that this package can be improved. Sorry for the late response, I've been meaning to get to this.

sekret commented on 2017-06-05 18:27 (UTC)

Ok I've changed the PKGBUILD a bit, in my opinion it's better that way. https://transfer.sh/vBQnh/PKGBUILD https://transfer.sh/KExF8/blackjack https://transfer.sh/ysd1N/path.diff Just a suggestion ;-)

sekret commented on 2017-05-21 19:29 (UTC) (edited on 2017-05-21 20:11 (UTC) by sekret)

Please add makedepends=('git' 'cmake') edit: Ok I'm not a coder, but why don't you allow the res folder to be put e.g. to /usr/share/blackjack ? Then the executable could be in /usr/bin and we could get a clean install.

Speranskiy commented on 2016-08-05 21:50 (UTC)

package () section must be like this package() { cd "$srcdir/BlackJack" make DESTDIR="$pkgdir/" install cp -rf "$srcdir/BlackJack/res" $pkgdir/usr/local/games } but nonetheless in Make file paths to "res" folder is not relative so to start the app one must cd to /usr/local/games