benalb

nudoku-template

Jan 12th, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.59 KB | None | 0 0
  1. # Template file for 'nudoku'
  2. pkgname=nudoku
  3. version=2.0.0
  4. revision=1
  5. build_style=gnu-configure
  6. hostmakedepends="automake pkg-config tar xz gettext"
  7. makedepends="ncurses-devel gettext-devel"
  8. short_desc="Ncurses based sudoku game"
  9. maintainer="Benjamín Albiñana <[email protected]>"
  10. license="GPL-3.0-or-later"
  11. homepage="https://github.com/jubalh/nudoku"
  12. distfiles="https://github.com/jubalh/${pkgname}/archive/${version}.tar.gz"
  13. checksum=44d3ec1ff34a010910ac7a92f6d84e8a7a4678a966999b7be27d224609ae54e1
  14.  
  15. pre_configure() {
  16.         sed -i 's/0.19/0.20/' configure.ac
  17.         autoreconf -i
  18. }
Advertisement
Add Comment
Please, Sign In to add comment