Package Details: quarto-cli-bin-pre-release 1.5.31-1

Git Clone URL: https://aur.archlinux.org/quarto-cli-bin-pre-release.git (read-only, click to copy)
Package Base: quarto-cli-bin-pre-release
Description: An open-source scientific and technical publishing system built on Pandoc (pre-release binary from official repo)
Upstream URL: http://quarto.org/
Licenses: GPL
Conflicts: quarto-cli, quarto-cli-bin, quarto-cli-git
Provides: quarto
Submitter: benabel
Maintainer: dhruvasambrani
Last Packager: dhruvasambrani
Votes: 2
Popularity: 0.53
First Submitted: 2022-10-23 16:37 (UTC)
Last Updated: 2024-04-23 12:18 (UTC)

Latest Comments

dhruvasambrani commented on 2024-04-16 13:11 (UTC)

@defty, fixed both, thank you

defty commented on 2024-04-10 09:19 (UTC)

The man page isn't linked currently. To do that you need

diff --git a/PKGBUILD.template b/PKGBUILD.template
index 00e5af1..dc00127 100644
--- a/PKGBUILD.template
+++ b/PKGBUILD.template
@@ -19,6 +19,8 @@ package() {

     install -d -m755 "${pkgdir}/usr/bin"
     ln -s /opt/quarto/bin/quarto "${pkgdir}/usr/bin"
+    install -d "$pkgdir/usr/share/man/man1"
+    ln -s /opt/quarto/share/man/quarto-man.man "${pkgdir}/usr/share/man/man1/quarto.1"
     ln -s "/opt/quarto/bin/tools/${arch}/pandoc" "${pkgdir}/opt/quarto/bin/tools/pandoc" 
 }

Also the variable used to symlink pandoc should be CARCH not arch according to https://wiki.archlinux.org/title/Namcap#PKGBUILDs.

PeterWang-dev commented on 2023-08-11 05:13 (UTC) (edited on 2023-08-11 05:14 (UTC) by PeterWang-dev)

Need a syslink patch for this binary package according to this issue in quarto upstream and this pr.

benabel commented on 2023-01-31 08:16 (UTC)

I disown this package because I haven't understood how to push to aur.packages.

benabel commented on 2022-12-03 16:49 (UTC)

I can't push to aur master with this error:

remote: error: The following error occurred when parsing commit
remote: error: f0999844ca5282597c448dfa552ac42a03519017:
remote: error: invalid .SRCINFO, does not contain a pkgbase (is the file empty?)
remote: error: hook declined to update refs/heads/master
To ssh://aur.archlinux.org/quarto-cli-bin-pre-release.git
 ! [remote rejected] master -> master (hook declined)
erreur : impossible de pousser des références vers 'ssh://aur.archlinux.org/quarto-cli-bin-pre-release.git'

However I have this .SRCINFO under source control before pushing.

pkgbase = quarto-cli-bin-pre-release
    pkgdesc = An open-source scientific and technical publishing system built on Pandoc (binary pre-release from official repo)
    pkgver = 1.3.34
    pkgrel = 1
    url = http://quarto.org/
    arch = x86_64
    license = GPL
    makedepends = jq
    depends = bash
    provides = quarto
    conflicts = quarto-cli-bin
    conflicts = quarto-cli
    conflicts = quarto-cli-pre-release
    options = !strip
    source = https://github.com/quarto-dev/quarto-cli/releases/download/v1.3.34/quarto-1.3.34-linux-amd64.deb
    sha256sums = fc61e18492b668a040d674c470afd3d1689e40736aa00b8575b3562cee713a1d

pkgname = quarto-cli-bin-pre-release