summaryrefslogtreecommitdiff
path: root/arch/extras/PKGBUILD
blob: 40f80c3ad47e7447c1ca15281a62eb6a88b4501a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# makepkg -sfi
pkgname=my-extras
pkgver=0
pkgrel=1
arch=(any)

# Big apps
depends=(
    chromium
    firefox
    gparted
    pandoc
    rtorrent
)

#games
depends+=(
    teamspeak3
    steam-native-runtime
    wine
)