diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2025-12-10 15:34:24 +0800 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2025-12-10 15:34:24 +0800 |
| commit | c33a41e1f9d51323cf8416e4bce13ba081e97901 (patch) | |
| tree | 54c1ea317292280af74222d56559c43eb0a3d1ee | |
| parent | 2451dc700841bfac06fbafd8004f8d41df78e522 (diff) | |
| l--------- | aarch64/mepo/PKGBUILD | 1 | ||||
| -rw-r--r-- | pkgbuilds/mepo/PKGBUILD | 45 | ||||
| l--------- | x86_64/mepo/PKGBUILD | 1 |
3 files changed, 0 insertions, 47 deletions
diff --git a/aarch64/mepo/PKGBUILD b/aarch64/mepo/PKGBUILD deleted file mode 120000 index 83e4383..0000000 --- a/aarch64/mepo/PKGBUILD +++ /dev/null @@ -1 +0,0 @@ -../../pkgbuilds/mepo/PKGBUILD
\ No newline at end of file diff --git a/pkgbuilds/mepo/PKGBUILD b/pkgbuilds/mepo/PKGBUILD deleted file mode 100644 index e20e3d4..0000000 --- a/pkgbuilds/mepo/PKGBUILD +++ /dev/null @@ -1,45 +0,0 @@ -# Maintainer: Robert Hamblin <hamblingreen@hotmail.com> -# Contributor: Rene Hickersberger <r@renehsz.com> -# Contributor: Dimitri Kaparis <dimitri@kaparis.name> -pkgname=mepo -pkgver=1.3.4 -pkgrel=1 -pkgdesc="Fast, simple, and hackable OSM map viewer for Linux" -arch=('i686' 'x86_64' 'arm' 'aarch64') -url="https://git.sr.ht/~mil/mepo" -license=('GPL3') -depends=('jq' 'curl' 'zenity' 'xorg-xwininfo' 'geoclue' 'ncurses' 'findutils' 'sdl2_gfx' 'sdl2_image' 'sdl2_ttf') -makedepends=('zig>=0.14.0' 'sdl2') -checkdepends=('zig>=0.14.0') -changelog= -source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha512sums=('ef45de275e46c25ba4aedf6a27298c6b0ce5c751bd0680d37dca81baf86f059be05574d0655013ba405d45d958b1fef3d795050efa2db4fad6ca7f47aa577cb7') - -build() { - cd "$pkgname-$pkgver" - - zig build -Doptimize=ReleaseSafe - zig-out/bin/mepo -docmd > doc.md -} - -check() { - cd "$pkgname-$pkgver" - - zig build test -} - -package() { - cd "$pkgname-$pkgver" - - mkdir -p "$pkgdir/usr/bin" - mkdir -p "$pkgdir/usr/share/applications" - mkdir -p "$pkgdir/usr/share/pixmaps" - mkdir -p "$pkgdir/usr/share/doc/$pkgname" - install scripts/mepo_* "$pkgdir/usr/bin/" - install "zig-out/bin/mepo" "$pkgdir/usr/bin/" - sed -i 's:/usr/libexec:/usr/lib:g' $pkgdir/usr/bin/mepo_ui_menu_user_pin_updater.sh - install "zig-out/share/applications/mepo.desktop" "$pkgdir/usr/share/applications" - install "zig-out/share/pixmaps/mepo.png" "$pkgdir/usr/share/pixmaps" - install "doc.md" -t "$pkgdir/usr/share/doc/$pkgname/" -} - diff --git a/x86_64/mepo/PKGBUILD b/x86_64/mepo/PKGBUILD deleted file mode 120000 index 83e4383..0000000 --- a/x86_64/mepo/PKGBUILD +++ /dev/null @@ -1 +0,0 @@ -../../pkgbuilds/mepo/PKGBUILD
\ No newline at end of file |
