writevt: upgrade to 0_git20221219
This commit is contained in:
parent
be03d63b5c
commit
ee9e034146
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
pkgname=writevt
|
pkgname=writevt
|
||||||
pkgver=1
|
pkgver=0_git20221219
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
|
_gitrev="e9947eef78fa0d0fa8c343e204832802384a91e7"
|
||||||
pkgdesc="simulate input to terminal"
|
pkgdesc="simulate input to terminal"
|
||||||
url="https://github.com/grawity/code/blob/master/thirdparty/writevt.c"
|
url="https://github.com/grawity/code/blob/master/thirdparty/writevt.c"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="i have no idea"
|
license="i have no idea"
|
||||||
source="writevt.c"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/grawity/code/archive/$_gitrev.tar.gz"
|
||||||
builddir="$srcdir"
|
builddir="$srcdir/code-$_gitrev/thirdparty"
|
||||||
options="!check"
|
options="!check"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -20,5 +21,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
7e73d09a8148f6e69555162f75ea9d63fffc68a5c561f88d0cb81442e6318366ac1ea34632cbd7806c049d6f5b34edbf81e3c8b9ce9d2b559bbe3285ce321481 writevt.c
|
58a6a0c4cfc416edb8d75a73085b1366a33cf6304484fba3119b908f49c504cd35d512a4034e0009217a59587542bcfefeb1d46f8e37bd7d7c23b62af8de4c5d writevt-0_git20221219.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue