From 9d98871785bcce38a7b1b2fcf9320d333f1cf9c5 Mon Sep 17 00:00:00 2001 From: Emma Kadlecek Date: Wed, 5 Mar 2025 17:27:52 -0800 Subject: [PATCH 1/2] . --- 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 From cf7febba7cf86f06c256a1b12afed304152c4f80 Mon Sep 17 00:00:00 2001 From: Emma Kadlecek Date: Wed, 5 Mar 2025 18:09:40 -0800 Subject: [PATCH 2/2] . . remove hostmakedepends update template comment to match version fix comment . --- srcpkgs/photon/template | 7 ------- 1 file changed, 7 deletions(-) diff --git a/srcpkgs/photon/template b/srcpkgs/photon/template index f5227afa800..0f98daa61e0 100644 --- a/srcpkgs/photon/template +++ b/srcpkgs/photon/template @@ -4,16 +4,9 @@ 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