~dricottone/huttese-apk

ref: e8fc435b5dfa526a30915a223bc41345ae1e2536 huttese-apk/sr.ht/sr.ht-nginx/APKBUILD -rw-r--r-- 727 bytes
e8fc435b — Drew DeVault man.sr.ht: upgrade to 0.15.18 3 years ago
                                                                                
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
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=sr.ht-nginx
pkgver=0_git20201116
_commit=d8b0bd6aa514a23f5dd3c29168dac7f89f5b64e7
pkgrel=1
pkgdesc="sr.ht common nginx files"
url="https://git.sr.ht/~sircmpwn/sr.ht-nginx"
arch="noarch"
license="AGPLv3"
depends="nginx"
source="
	https://git.sr.ht/~sircmpwn/sr.ht-nginx/archive/$_commit.tar.gz
"
builddir="$srcdir/$pkgname-$_commit"
options="$options !check"

build() {
	true # no-op
}

package() {
	mkdir -p "$pkgdir"/var/www
	install -Dm644 robots.txt "$pkgdir"/var/www/robots.txt
}

sha512sums="b1b4c8e1579b4554b8ee17c096a50892b89afc442afb4fe3ffa56b0a0a8ae73a3d93b1a7dd016f2e85ded384a4c48d044b263b9767af1bf3fd0570e0c1fc2c20  d8b0bd6aa514a23f5dd3c29168dac7f89f5b64e7.tar.gz"