From 741c0e0af5dd4569579b456323695f88328ed74d Mon Sep 17 00:00:00 2001 From: bitofhope Date: Fri, 12 Jan 2024 12:18:33 +0200 Subject: [PATCH 1/3] New package: rgbds-0.7.0 --- srcpkgs/rgbds/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/rgbds/template diff --git a/srcpkgs/rgbds/template b/srcpkgs/rgbds/template new file mode 100644 index 00000000000000..28bbaeb62cf82e --- /dev/null +++ b/srcpkgs/rgbds/template @@ -0,0 +1,22 @@ +# Template file for 'rgbds' +pkgname=rgbds +version=0.7.0 +revision=1 +#archs="i686 x86_64" +#build_wrksrc= +build_style=gnu-makefile +#configure_args="" +#make_build_args="" +make_install_args="STRIP= -s" +#conf_files="" +#make_dirs="/var/log/dir 0755 root root" +hostmakedepends="bison pkg-config" +makedepends="libpng-devel" +depends="libpng" +short_desc="Free assembler/linker package for the Game Boy and Game Boy Color" +maintainer="bitofhope " +license="GPL-3.0-or-later" +homepage="https://rgbds.gbdev.io/" +#changelog="" +distfiles="https://github.com/gbdev/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz" +checksum=b3e2bae43e679492efd6f128dc6e951dd4b1b9ef75905df937a9b9fa67bcfaf2 From 39c5bcd4ec3584db8cd0bb1fba6e797c752f47bb Mon Sep 17 00:00:00 2001 From: bitofhope Date: Sat, 13 Jan 2024 23:09:47 +0200 Subject: [PATCH 2/3] New package: SameBoy-0.16.1 --- srcpkgs/SameBoy/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/SameBoy/template diff --git a/srcpkgs/SameBoy/template b/srcpkgs/SameBoy/template new file mode 100644 index 00000000000000..c8aeb0d6334712 --- /dev/null +++ b/srcpkgs/SameBoy/template @@ -0,0 +1,24 @@ +# Template file for 'SameBoy' +pkgname=SameBoy +version=0.16.1 +revision=1 +#archs="i686 x86_64" +#build_wrksrc= +build_style=gnu-makefile +#configure_args="" +make_build_args="DATA_DIR=/usr/share/sameboy/" +make_use_env=true +make_install_args="FREEDESKTOP=true" +#conf_files="" +#make_dirs="/var/log/dir 0755 root root" +hostmakedepends="pkg-config rgbds" +makedepends="SDL2-devel" +depends="SDL2" +short_desc="Game Boy and Game Boy Color emulator written in C" +maintainer="bitofhope " +license="GPL-3.0-or-later" +homepage="https://sameboy.github.io/" +#changelog="" +distfiles="https://github.com/LIJI32/${pkgname}/archive/refs/tags/v${version}.tar.gz" +checksum=7d98b3da42921e122e17c9287176957887733d4a70daf347441afc128edc29d0 + From f50f02831934912ea6db610c0d680d794cc36fc6 Mon Sep 17 00:00:00 2001 From: bitofhope Date: Sat, 13 Jan 2024 23:20:07 +0200 Subject: [PATCH 3/3] SameBoy: fix lint --- srcpkgs/SameBoy/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/SameBoy/template b/srcpkgs/SameBoy/template index c8aeb0d6334712..96f87b00ee0eda 100644 --- a/srcpkgs/SameBoy/template +++ b/srcpkgs/SameBoy/template @@ -21,4 +21,3 @@ homepage="https://sameboy.github.io/" #changelog="" distfiles="https://github.com/LIJI32/${pkgname}/archive/refs/tags/v${version}.tar.gz" checksum=7d98b3da42921e122e17c9287176957887733d4a70daf347441afc128edc29d0 -