Add gcc git make sudo to depends

This commit is contained in:
Anthony Wang 2023-07-09 16:54:42 +00:00
parent 1ea041564c
commit 30471c17bd
2 changed files with 10 additions and 4 deletions

View file

@ -6,19 +6,22 @@ pkgbase = mastodon
install = mastodon.install
arch = any
license = AGPL3
makedepends = git
depends = ffmpeg
depends = gcc
depends = git
depends = imagemagick
depends = libidn
depends = libpqxx
depends = libxml2
depends = libxslt
depends = libyaml
depends = make
depends = nodejs
depends = postgresql
depends = protobuf
depends = redis
depends = ruby-bundler
depends = protobuf
depends = sudo
depends = yarn
depends = zlib
options = !strip

View file

@ -12,20 +12,23 @@ arch=(any)
url=https://github.com/mastodon/mastodon
license=(AGPL3)
depends=(ffmpeg
gcc
git
imagemagick
libidn
libpqxx
libxml2
libxslt
libyaml
make
nodejs
postgresql
protobuf
redis
ruby-bundler
protobuf
sudo
yarn
zlib)
makedepends=(git)
backup=(etc/mastodon.conf)
install=mastodon.install
options=(!strip)