11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
|
name: hello
|
||
|
version: 2.10
|
||
|
release: 1
|
||
|
sources: https://ftp.gnu.org/gnu/hello/hello-%{version}.tar.gz
|
||
|
dependencies:
|
||
|
- gettext
|
||
|
|
||
|
@configure
|
||
|
cd hello-%{version} && ./%{name} --prefix=/usr
|
||
|
|