From 452f5544c43a2417efc5a8a792e3cd493debcc22 Mon Sep 17 00:00:00 2001 From: Kuklin István Date: Mon, 4 Mar 2019 09:14:01 +0100 Subject: It works! Mandatory fields, .SRCINFO --- PKGBUILD | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 PKGBUILD (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..b8be4c2 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,51 @@ +# This is an example PKGBUILD file. Use this as a start to creating your own, +# and remove these comments. For more information, see 'man PKGBUILD'. +# NOTE: Please fill out the license field for your package! If it is unknown, +# then please put 'unknown'. + +# Maintainer: Kuklin István +pkgname=anki-official-binary-bundle +pkgver=2.1.9 +pkgrel=1 +epoch= +pkgdesc="The official binary shipped with the tested versions of the dependent libraries." +arch=('x86_64') +url="https://apps.ankiweb.net" +license=('GNU AGPL') +groups=() +depends=() +makedepends=() +checkdepends=() +optdepends=() +provides=('anki') +conflicts=('anki-git') +replaces=() +backup=() +options=() +install= +changelog= +topdirname="anki-$pkgver-linux-amd64" +source=("https://apps.ankiweb.net/downloads/current/${topdirname}.tar.bz2" "remove_xdg_cmds_from_makefile.patch") +noextract=() +md5sums=('8cc5bb80efc5dac2e9dc9ee802924e24' 'a7e473f132a4fecd9cb77ac9c8530f5f') +validpgpkeys=() + +prepare() { + cd "$srcdir" + patch -p0 -i remove_xdg_cmds_from_makefile.patch +} + +build() { + cd "$topdirname" + make +} + +# check() { +# cd "$topdirname" +# make -k check +# } + +package() { + cd "$topdirname" + make PREFIX="$pkgdir/usr" install +} -- cgit v1.2.3-70-g09d2