AtlatestRepositorycore-channel
core-channel / tree / recipeshello.sgl
1
(recipe2
name: "hello"3
version: "2.12.2"4
source: (url "https://ftp.gnu.org/gnu/hello/hello-2.12.2.tar.gz"5
sha256: "5a9a996dc292cc24dcf411cee87e92f6aae5b8d13bd9c6819b4c7a9dce0818ab")6
buildenv: "894ca74bdb03c25d79f00ce915bbe25c56eba192334963c69e1846e6c84526cb"7
phases: (list8
(configure args: ("--prefix=/out"))9
(make)10
(install)))