Advertisement
Guest User

Untitled

a guest
Jan 13th, 2023
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.61 KB | None | 0 0
  1. (define sfgui
  2.   (package
  3.    (name "sfgui")
  4.    (version "")
  5.    (source (origin
  6.             (method git-fetch)
  7.             (uri (git-reference
  8.                   (url "https://github.com/TankOs/SFGUI/")
  9.                   (commit "83471599284b2a23027b9ab4514684a6eeb08a19")))
  10.             (file-name (git-file-name name version))
  11.             (sha256
  12.              (base32
  13.               "17pjvprmdrx4h6bb1hhc98w9qi6ki7yl57f090n9kbhswxqfs7s3"))))
  14.    (build-system cmake-build-system)
  15.    (outputs '("out" "debug"))
  16.    (inputs
  17.     (list sfml))
  18.    (synopsis "")
  19.    (description "")
  20.    (license zlib)
  21.    (home-page "")))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement