diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..c63220f --- /dev/null +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 1f8079a..ea784a3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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" -} \ No newline at end of file +} \ No newline at end of file