git subrepo clone --branch=master https://aur.archlinux.org/foot-terminfo.git
subrepo: subdir: "foot-terminfo" merged: "e37aa85" upstream: origin: "https://aur.archlinux.org/foot-terminfo.git" branch: "master" commit: "e37aa85" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
This commit is contained in:
parent
340462ac70
commit
594dca0d0b
12
foot-terminfo/.SRCINFO
Normal file
12
foot-terminfo/.SRCINFO
Normal file
@ -0,0 +1,12 @@
|
||||
pkgbase = foot-terminfo
|
||||
pkgdesc = Terminfo files for the foot terminal emulator
|
||||
pkgver = 1.8.2
|
||||
pkgrel = 1
|
||||
url = https://codeberg.org/dnkl/foot
|
||||
arch = any
|
||||
license = mit
|
||||
makedepends = ncurses
|
||||
source = foot-1.8.2.tar.gz::https://codeberg.org/dnkl/foot/archive/1.8.2.tar.gz
|
||||
sha256sums = 50cf5b9f3cc1ebaafa62255eea22395e8267cce21e119bc6f7ecacf11f15dada
|
||||
|
||||
pkgname = foot-terminfo
|
12
foot-terminfo/.gitrepo
Normal file
12
foot-terminfo/.gitrepo
Normal file
@ -0,0 +1,12 @@
|
||||
; DO NOT EDIT (unless you know what you are doing)
|
||||
;
|
||||
; This subdirectory is a git "subrepo", and this file is maintained by the
|
||||
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
|
||||
;
|
||||
[subrepo]
|
||||
remote = https://aur.archlinux.org/foot-terminfo.git
|
||||
branch = master
|
||||
commit = e37aa851043bdbbdab7ca71f886c769a6d4cdded
|
||||
parent = 340462ac70c0d35b916e4dee1db7774f3d50ad9f
|
||||
method = merge
|
||||
cmdver = 0.4.3
|
23
foot-terminfo/PKGBUILD
Normal file
23
foot-terminfo/PKGBUILD
Normal file
@ -0,0 +1,23 @@
|
||||
# Maintainer: Daniel Eklöf <daniel at ekloef dot se>
|
||||
pkgdesc="Terminfo files for the foot terminal emulator"
|
||||
pkgname=foot-terminfo
|
||||
pkgver=1.8.2
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
url=https://codeberg.org/dnkl/foot
|
||||
license=(mit)
|
||||
makedepends=('ncurses')
|
||||
source=(foot-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
|
||||
sha256sums=('50cf5b9f3cc1ebaafa62255eea22395e8267cce21e119bc6f7ecacf11f15dada')
|
||||
|
||||
build() {
|
||||
cd foot
|
||||
mkdir -p build
|
||||
tic -x -o build -e foot,foot-direct foot.info
|
||||
}
|
||||
|
||||
package() {
|
||||
cd foot
|
||||
install -dm 755 "${pkgdir}/usr/share/terminfo/f/"
|
||||
cp build/f/* "${pkgdir}/usr/share/terminfo/f/"
|
||||
}
|
Loading…
Reference in New Issue
Block a user