mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
pkgcheck scan -c BetterCompressionCheck -R FormatReporter --format \
'{category}/{package}/{package}-{version}.ebuild' | xargs sed -i \
'/https:\/\/gitlab/s/tar.gz/tar.bz2/g'
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
19 lines
523 B
Bash
19 lines
523 B
Bash
# Copyright 2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit vim-plugin
|
|
|
|
MY_PN=${PN/-/.}
|
|
COMMIT="8dbd9745f76fb284656711238e8cd42d021da85e"
|
|
DESCRIPTION="vim plugin: edit and work with APKBUILD files"
|
|
HOMEPAGE="https://gitlab.alpinelinux.org/Leo/apkbuild.vim"
|
|
SRC_URI="https://gitlab.alpinelinux.org/Leo/${MY_PN}/-/archive/${COMMIT}/${MY_PN}-${COMMIT}.tar.bz2"
|
|
S="${WORKDIR}/${MY_PN}-${COMMIT}"
|
|
|
|
LICENSE="MIT"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
VIM_PLUGIN_HELPFILES="apkbuild-vim"
|