~sircmpwn/sr.ht-packages

sr.ht-pkgbuilds: pages.sr.ht: use new Makefile in PKGBUILD v1 PROPOSED

Conrad Hoffmann: 1
 pages.sr.ht: use new Makefile in PKGBUILD

 1 files changed, 1 insertions(+), 1 deletions(-)



          
          
          
          
Next
Ah, I mistook this for apkbuilds. My mistake. Will leave this to Eli to
integrate.
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/sr.ht-packages/patches/33260/mbox | git am -3
Learn more about email & git

[PATCH sr.ht-pkgbuilds] pages.sr.ht: use new Makefile in PKGBUILD Export this patch

---
Resending this to the right list. I accidentally sent this to sr.ht-dev
some time ago, only realized it now.

 pages.sr.ht/PKGBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages.sr.ht/PKGBUILD b/pages.sr.ht/PKGBUILD
index 06d55c6..7b58733 100644
--- a/pages.sr.ht/PKGBUILD
+++ b/pages.sr.ht/PKGBUILD
@@ -18,7 +18,7 @@ export PKGVER=$pkgver

build() {
	cd $pkgbase-$pkgver
	go build -o pages.sr.ht
	make all
}

package() {
-- 
2.35.2
Does not apply