Package Details: firefox-extension-textern-native-git 0.7.r6.g5e10500-1

Git Clone URL: https://aur.archlinux.org/firefox-extension-textern-native-git.git (read-only, click to copy)
Package Base: firefox-extension-textern-native-git
Description: Native component of Textern Firefox extension
Upstream URL: https://github.com/jlebon/textern
Licenses: GPL
Submitter: jjbeard
Maintainer: jjbeard
Last Packager: jjbeard
Votes: 5
Popularity: 0.000000
First Submitted: 2017-11-17 14:20 (UTC)
Last Updated: 2023-02-19 22:51 (UTC)

Latest Comments

kempniu commented on 2023-02-08 12:14 (UTC)

For git 2.38.1+, the git submodule update line needs to be updated to git -c protocol.file.allow=always submodule update or else the build fails.

Adding a pkgver() function for pkgver autobumping would be nice, too, for example:

pkgver() {
    cd "$srcdir/textern"
    git describe --long | sed 's/^v//;s/-/.r/;s/-/./'
}

tercean commented on 2021-05-18 12:50 (UTC)

This needs git in makedepends to build in a clean environment

fuero commented on 2018-09-03 15:15 (UTC)

Line 30 seems wrong - it's supposed to be

make LIBEXEC="/usr/lib" DESTDIR="$pkgdir" native-install

Please update :-)