~dricottone/huttese-apk

ref: 2a16498dad5d1dbe5d5c6aa442482235bf71c1be huttese-apk/sr.ht/sr.ht-nginx/APKBUILD -rw-r--r-- 727 bytes
2a16498d — Drew DeVault sr.ht-nginx: update 4 years ago
                                                                                
885467ce Drew DeVault
2a16498d Drew DeVault
885467ce Drew DeVault
2a16498d Drew DeVault
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_git20201104
_commit=45824f51fe65f09adc752e708cb089c4b4635266
pkgrel=0
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="7510190a4590f467c0fa46ca3468e068b84dbb296b3b617ac3f4f9c226d07ef2284b2f6a64fb7591206e6bf9bfb0033aab0d39c636da4b5bc16fb4b0004593c1  45824f51fe65f09adc752e708cb089c4b4635266.tar.gz"