From 9d98871785bcce38a7b1b2fcf9320d333f1cf9c5 Mon Sep 17 00:00:00 2001 From: Emma Kadlecek Date: Wed, 5 Mar 2025 17:27:52 -0800 Subject: [PATCH] . --- srcpkgs/photon/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/photon/template diff --git a/srcpkgs/photon/template b/srcpkgs/photon/template new file mode 100644 index 00000000000..f5227afa800 --- /dev/null +++ b/srcpkgs/photon/template @@ -0,0 +1,19 @@ +# Template file for 'photon' +pkgname=photon +version=v1.0.1 +revision=1 +build_style=go +go_import_path=git.sr.ht/~ghost08/photon +hostmakedepends="go make sudo scdoc" +makedepends="" +depends="" +short_desc="RSS reader as light as a photon with terminal + sixel" +maintainer="Emma Kadlecek " +license="GPL-3.0-or-later" +homepage="https://git.sr.ht/~ghost08/photon" +#changelog="" +distfiles="https://git.sr.ht/~ghost08/photon/archive/$version.tar.gz" +checksum=507ffe1903227f3ffab4f0d92ddb3ec49db34b285f276707606e23fb9eafe3c7 +CFLAGS="-fPIE -pie" +LDFLAGS="-fPIE -pie" +PKGDESTDIR=${wrksrc}/destdir