Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id B8DCD782BBD for ; Thu, 18 Jul 2019 21:23:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 6ECD2203F1 for ; Thu, 18 Jul 2019 23:23:08 +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 z6yMAJ_NaLwC; Thu, 18 Jul 2019 23:23:07 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1563484987; bh=ygBxuLTrxd2kdp/zr82Txuv6jSvjUII/g+ZCEgxyZqM=; h=From:To:Cc:Subject:Date; b=jonRcCH8Dc5F03hiq1waOFO696j3Yen2bOc3XcroOcx3qgh5JpupSjGD0nuz94gx5 n7wNC1YQY0NSF80F5PWyIC6i/zE+PvMS9mP9514EzYcDdHMfPjS9WYHuamkaqS9S93 CGk+6puLVhzYyPnEFo3wXEW47VUXhHtYCz0hj5hnKjgYz/fTGlMEmhM1Jz1WujZUE1 t9XBA7u4nbmHZvuRUkEDGoKdSsc2fXb63KgRKznVOm3IfDUz4Uss/Ul9vZQREOO6dz cpxmzmvopXiSIaAURx5JBAXfOcAM1/KtTYQepbWOh45SHe8bEUQCj/3qSlL+ZFD2Rb 2kKDP5zZA/VvQ== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH v2 1/2] testing/libretro-core-info: new aport Date: Thu, 18 Jul 2019 23:22:28 +0200 Message-Id: <20190718212229.561-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/libretro-core-info/APKBUILD | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 testing/libretro-core-info/APKBUILD diff --git a/testing/libretro-core-info/APKBUILD b/testing/libretro-core-info/APKBUILD new file mode 100644 index 0000000000..7714f99349 --- /dev/null +++ b/testing/libretro-core-info/APKBUILD @@ -0,0 +1,17 @@ +# 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="none" # No code, just info files +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" -- 2.22.0