pkg update
This commit is contained in:
parent
f41aa74de0
commit
f4e6c2bfd0
4
PKGBUILD
4
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname="owo"
|
||||
pkgver=1.0
|
||||
pkgver=2.0
|
||||
pkgrel=1
|
||||
pkgdesc="A simple C++ program that owofies text"
|
||||
url="https://git.alfieking.dev/acetheking987/term-owo-cpp"
|
||||
@ -18,4 +18,4 @@ build() {
|
||||
package() {
|
||||
cd "$srcdir/term-owo-cpp/build"
|
||||
install -Dm755 owo "$pkgdir/usr/bin/owo"
|
||||
}
|
||||
}
|
||||
|
4
makefile
4
makefile
@ -33,11 +33,11 @@ make_arch:
|
||||
mkdir build/owo_arch
|
||||
cp PKGBUILD build/owo_arch
|
||||
makepkg -D build/owo_arch
|
||||
cp build/owo_arch/owo-1.0-1-x86_64.pkg.tar.zst build/owo.pkg.tar.zst
|
||||
cp build/owo_arch/owo-2.0-1-x86_64.pkg.tar.zst build/owo.pkg.tar.zst
|
||||
rm -rf build/owo_arch
|
||||
|
||||
build_all: build_unix build_win make_deb make_arch
|
||||
|
||||
dev: clean dirs build_unix
|
||||
|
||||
.PHONY: all dirs clean build_all build_unix build_win
|
||||
.PHONY: all dirs clean build_all build_unix build_win
|
||||
|
Loading…
Reference in New Issue
Block a user