Better examples.
This commit is contained in:
parent
86a193f69a
commit
b646d2d267
@ -1,25 +0,0 @@
|
|||||||
name: hello
|
|
||||||
version: 2.10
|
|
||||||
versions: 2.10, 2.9, 2.8, 2.7, 2.6
|
|
||||||
|
|
||||||
# Lists.
|
|
||||||
sources:
|
|
||||||
- https://ftp.gnu.org/gnu/%{name}-%{version}/hello-%{version}.tar.gz
|
|
||||||
- https://second.url.example.com/hello/hello-%{version}.tar.gz
|
|
||||||
|
|
||||||
packager: Luka Vandervelden <lukc@upyum.com>
|
|
||||||
url: https://www.gnu.org/software/hello/
|
|
||||||
flavors: nls, minimal
|
|
||||||
# This are blocks of free text.
|
|
||||||
|
|
||||||
@configure
|
|
||||||
cd hello-%{version}
|
|
||||||
./configure
|
|
||||||
|
|
||||||
@build
|
|
||||||
cd hello-%{version}
|
|
||||||
make
|
|
||||||
|
|
||||||
@install
|
|
||||||
cd hello-%{version}
|
|
||||||
make DESTDIR="$PKG" install
|
|
@ -3,7 +3,7 @@ version: 2.10
|
|||||||
versions: 2.10, 2.9, 2.8, 2.7, 2.6
|
versions: 2.10, 2.9, 2.8, 2.7, 2.6
|
||||||
# Lists.
|
# Lists.
|
||||||
sources:
|
sources:
|
||||||
- https://ftp.gnu.org/gnu/hello/hello-%{version}.tar.gz
|
- https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
packager: Luka Vandervelden <lukc@upyum.com>
|
packager: Luka Vandervelden <lukc@upyum.com>
|
||||||
url: https://www.gnu.org/software/hello/
|
url: https://www.gnu.org/software/hello/
|
||||||
|
Reference in New Issue
Block a user