pkg update

This commit is contained in:
2024-08-24 22:12:57 +01:00
parent b7b68a0961
commit 24314ddd69
2 changed files with 25 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
pkgname="term-owo-cpp"
pkgver=1.0.0
pkgname="term-owo-git"
pkgver=1.0
pkgrel=1
pkgdesc="A simple C++ program that owofies text"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
depends=('gcc' 'git')
url="https://git.alfieking.dev/acetheking987/term-owo-cpp"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
makedepends=(cmake git gcc)
license=('MIT')
source=("git+https://git.alfieking.dev/acetheking987/term-owo-cpp.git")
@@ -19,4 +19,4 @@ build() {
package() {
cd "$srcdir/term-owo-cpp/build"
install -Dm755 owo "$pkgdir/usr/bin/owo"
}
}