Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id B7CD3782BAD for ; Thu, 18 Jul 2019 21:18:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2C69F203F1 for ; Thu, 18 Jul 2019 23:18:25 +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 dkO5prjQKsK3; Thu, 18 Jul 2019 23:18:23 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1563484703; bh=UejUcSiuXP8klt9Ly1zPliXMQMy5L6Fzhmh7PtP78fQ=; h=From:To:Cc:Subject:Date; b=PxNKTlrWTIIioVuCMlrwlzTcqyH7G/iIhLcJnww99yO6ZMioV0J/EtA2/9tJAZDst kFsWRZn/ZKPr0oWDt0rGXwAV25QVXeLLN/2T2vDdyI5ijRBO5slKN48A/C7+2fuOmd YCn+VsJOllQvYOwAaYmUlCKYmB6fjbGYqVFxMpHvBwLaJ6juLdtyICDvmJrC1bMW1s eTbmfCTLaY7pASTfcnWY8/g2pwn9ylmTCkiS31Oguoti7+NSJNCtnWhH3mG1tPfL1L UJNQ2tv3dQNCqERGNXAep8fX5qSqRbChvNuE5DLD1q7/YBWRgAL8gPkv57y48uha6O NyQsAvUTP8KLg== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH 1/2] testing/libretro-core-info: new aport Date: Thu, 18 Jul 2019 23:17:40 +0200 Message-Id: <20190718211741.30094-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/libretro-core-info/APKBUILD | 19 +++++++++++++++++++ .../config.patch | 0 2 files changed, 19 insertions(+) create mode 100644 testing/libretro-core-info/APKBUILD rename testing/{retroarch => libretro-core-info}/config.patch (100%) diff --git a/testing/libretro-core-info/APKBUILD b/testing/libretro-core-info/APKBUILD new file mode 100644 index 0000000000..6ff3ad5aa7 --- /dev/null +++ b/testing/libretro-core-info/APKBUILD @@ -0,0 +1,19 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=libretro-core-info +pkgver=1.7.7 +pkgrel=0 +arch="noarch" +url="https://www.libretro.com/" +pkgdesc="Libretro core info files" +license="GPL-2.0-only" +depends="" +makedepends="" +source="$pkgname-$pkgver.tar.gz::https://github.com/libretro/$pkgname/archive/v$pkgver.tar.gz" +options="!check" # No code to test + +package() { + DESTDIR="$pkgdir" make install +} + +sha512sums="14c4689592a8a3d1b59fdba4eb4a3fdfe8bcf7eb683bcdb04545d3c53b95f1fce97264188d7c55eb56b034b5be77819de313e7cca8d7d7b402f829fbf3626f0f libretro-core-info-1.7.7.tar.gz" diff --git a/testing/retroarch/config.patch b/testing/libretro-core-info/config.patch similarity index 100% rename from testing/retroarch/config.patch rename to testing/libretro-core-info/config.patch -- 2.22.0