pkg update
This commit is contained in:
parent
b7b68a0961
commit
24314ddd69
19
.SRCINFO
Normal file
19
.SRCINFO
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
pkgbase = term-owo-git
|
||||||
|
pkgdesc = A simple C++ program that owofies text
|
||||||
|
pkgver = 1.0
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://git.alfieking.dev/acetheking987/term-owo-cpp
|
||||||
|
arch = x86_64
|
||||||
|
arch = i686
|
||||||
|
arch = arm
|
||||||
|
arch = armv6h
|
||||||
|
arch = armv7h
|
||||||
|
arch = aarch64
|
||||||
|
license = MIT
|
||||||
|
makedepends = cmake
|
||||||
|
makedepends = git
|
||||||
|
makedepends = gcc
|
||||||
|
source = git+https://git.alfieking.dev/acetheking987/term-owo-cpp.git
|
||||||
|
md5sums = SKIP
|
||||||
|
|
||||||
|
pkgname = term-owo-git
|
10
PKGBUILD
10
PKGBUILD
@ -1,10 +1,10 @@
|
|||||||
pkgname="term-owo-cpp"
|
pkgname="term-owo-git"
|
||||||
pkgver=1.0.0
|
pkgver=1.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A simple C++ program that owofies text"
|
pkgdesc="A simple C++ program that owofies text"
|
||||||
|
url="https://git.alfieking.dev/acetheking987/term-owo-cpp"
|
||||||
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
arch=(x86_64 i686 arm armv6h armv7h aarch64)
|
||||||
depends=('gcc' 'git')
|
makedepends=(cmake git gcc)
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
|
|
||||||
source=("git+https://git.alfieking.dev/acetheking987/term-owo-cpp.git")
|
source=("git+https://git.alfieking.dev/acetheking987/term-owo-cpp.git")
|
||||||
|
Loading…
Reference in New Issue
Block a user