mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 06:41:43 +00:00
uploader demo
This commit is contained in:
@ -9,7 +9,9 @@ url="https://github.com/arcan1s/ahriman"
|
||||
license=('GPL3')
|
||||
depends=('devtools' 'python-aur' 'python-srcinfo')
|
||||
makedepends=('python-pip')
|
||||
optdepends=('gnupg: package and repository sign support')
|
||||
optdepends=('aws-cli: sync to s3'
|
||||
'gnupg: package and repository sign'
|
||||
'rsync: sync by using rsync')
|
||||
source=("https://github.com/arcan1s/ahriman/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"
|
||||
'ahriman.sudoers'
|
||||
'ahriman.sysusers'
|
||||
|
@ -18,3 +18,12 @@ root = /var/lib/ahriman
|
||||
[sign]
|
||||
enabled = disabled
|
||||
key =
|
||||
|
||||
[upload]
|
||||
enabled = disabled
|
||||
|
||||
[s3]
|
||||
bucket =
|
||||
|
||||
[rsync]
|
||||
remote =
|
||||
|
Reference in New Issue
Block a user