File: README.md

package info (click to toggle)
desktopfolder 1.1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,076 kB
  • sloc: xml: 70; sh: 16; makefile: 8; python: 6
file content (25 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (4)
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
# Build on Arch Linux

- Clone this repo

```bash
git clone https://github.com/spheras/desktopfolder
```

- Navigate to the `desktopfolder/arch` folder

```bash
cd desktopfolder/arch
```

- Build the package (it may ask for your root password to install dependencies)

```bash
makepkg -s
```

- Install the newly built package

```bash
sudo pacman -U *.pkg.tar.xz
```