File: README.md

package info (click to toggle)
phosh-wallpapers 0.42.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,788 kB
  • sloc: sh: 6; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 668 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Phosh Wallpapers

Phosh wallpapers and other artwork

## License

See [copyright](./debian/copyright) for copyright and author information.

## Getting the source

```sh
git clone https://gitlab.gnome.org/guidog/phosh-wallpapers
cd phosh-wallpapers
```

The [main][] branch has the current development version.

## Installing

This project use the meson (and thereby Ninja) build system.  The quickest way
to get going is to do the following:

```sh
meson setup _build
meson compile -C _build
meson install -C _build
```

which will install the files to `/usr/local` in their respective folders.

[main]: https://gitlab.gnome.org/guidog/phosh-wallpapers/-/tree/main