Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id F153B781A11 for <~alpine/aports@lists.alpinelinux.org>; Fri, 23 Aug 2019 11:21:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id C18732143F for <~alpine/aports@lists.alpinelinux.org>; Fri, 23 Aug 2019 13:21:34 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c96TRG6THoxt; Fri, 23 Aug 2019 13:21:33 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1566559293; bh=lbGs8NUlrgYFTgYvyrR8yHCvUXXhyAX/eLXSTmGksVg=; h=From:To:Cc:Subject:Date; b=IJI+Pul4JY6a0LTq3lnyClyPK+feZsxDdredSKfgIo/DFcFpjVjLiXdU5o78GBu5I WGmAMXvk/jb1j6HpybHKONpbAh34IEkUHEkRXNXSBaHrmaOt8qggY8kEBDcCRd29E7 rEUUPkRDOzLfAE6eZTneOOfYr9DoA6hWjcu/F1Qye+UNXsbicqcRBwWwJK4ljD7qvh 3JIKu/MNBgbn3TCE/8/Ef/gPCI3UcxZbVXLQxeAT9UD4ODBk6YM7IlsbiTssno2iWY gWpl3FDmyKY+NqzUNoHW/ptugPp9DQPNKij2JKg5AF1hgFcIG1Gc9i8+806rSOE4Br tQQUXJSP746sg== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/libretro-nestopia: new aport Date: Fri, 23 Aug 2019 13:21:31 +0200 Message-Id: <20190823112131.14453-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/libretro-nestopia/APKBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testing/libretro-nestopia/APKBUILD diff --git a/testing/libretro-nestopia/APKBUILD b/testing/libretro-nestopia/APKBUILD new file mode 100644 index 0000000000..5079282fc5 --- /dev/null +++ b/testing/libretro-nestopia/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=libretro-nestopia +_pkgname=nestopia +pkgver=1.49_git20190819 +pkgrel=0 +_commit="0806f9194735f4af28d3f4fe6165212f5e142a58" +arch="all" +url="https://github.com/libretro/nestopia" +pkgdesc="Nintendo Entertainment System core for libretro" +license="GPL-2.0-or-later" +makedepends="" +source="$pkgname-$_commit.tar.gz::https://github.com/libretro/nestopia/archive/$_commit.tar.gz" +builddir="$srcdir/$_pkgname-$_commit" +options="!check" # No tests + +build() { + cd libretro + make +} + +package() { + cd libretro + install -Dm644 nestopia_libretro.so "$pkgdir"/usr/lib/libretro/nestopia_libretro.so +} + +sha512sums="d95ede611f83b8dce61b07a37730ab82e6c608b691fed3ad319415134b9d7871ca1ce22d28ce00c8a7e64a41982b719d85252a9aecb113e3927778403eaaa35f libretro-nestopia-0806f9194735f4af28d3f4fe6165212f5e142a58.tar.gz" -- 2.21.0