Skip to content

Commit

Permalink
update nano and initrd
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Dec 1, 2024
1 parent 2da24d4 commit a17cada
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
13 changes: 10 additions & 3 deletions app/editor/nano/ympbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
name='nano'
release='3'
version='8.0'
release='4'
version='8.2'
url='https://www.nano-editor.org/download.php'
description='Pico editor clone with enhancements'
email='[email protected]'
Expand All @@ -15,7 +15,7 @@ source=("https://www.nano-editor.org/dist/v8/nano-$version.tar.xz"
"icon.svg")
depends=(file zlib ncurses bzip2)
makedepends=()
sha256sums=('c17f43fc0e37336b33ee50a209c701d5beb808adc2d9f089ca831b40539c9ac4'
sha256sums=('d5ad07dd862facae03051c54c6535e54c7ed7407318783fcad1ad2d7076fffeb'
'9e836760f61473a7a6ae28ac5e10b8d5b26f0415d1bd0c85d56d9b09e27a9fe1'
'SKIP'
'SKIP'
Expand All @@ -27,7 +27,14 @@ group=(app.editor)

cd $name-$version

prepare(){
# fake makeinfo command
echo > ~/makeinfo
chmod 755 ~/makeinfo
}

setup(){
autoreconf -fvi
./configure --prefix=/usr \
--sysconfdir=/etc \
--libdir=/usr/lib64/ \
Expand Down
6 changes: 3 additions & 3 deletions sys/kernel/live-boot/ympbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
name='live-boot'
release='4'
version='2.0'
release='5'
version='2.1'
url='https://gitlab.com/turkman/devel/sources/live-boot'
description='initramfs tools live hooks'
email='[email protected]'
Expand All @@ -10,7 +10,7 @@ license=('GPLv3')
source=("https://gitlab.com/turkman/devel/sources/live-boot/-/archive/$version/live-boot-$version.tar.gz")
depends=(mkinitrd)
makedepends=()
sha256sums=('f356639410bc9d2a097266da13b85d111369c97cf8aa6dc6f7dea03e77ced5de')
sha256sums=('5604038341ec13e889eb92bb215b9730a5c80a9c19b0db13cef3dd172da20886')
group=(sys.kernel)
uses=()
arch=('x86_64')
Expand Down
6 changes: 3 additions & 3 deletions sys/kernel/mkinitrd/ympbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
name='mkinitrd'
release='2'
version='0.1.0'
release='3'
version='0.2.0'
url='https://gitlab.com/turkman/devel/sources/mkinitrd'
description='Initial ramdisk system from turkman linux'
email='[email protected]'
Expand All @@ -11,7 +11,7 @@ source=("https://gitlab.com/turkman/devel/sources/mkinitrd/-/archive/$version/mk
"mkinitrd.sysconf")
depends=(eudev findutils coreutils)
makedepends=()
sha256sums=('972361a49b3137f635d89f6124a10de5f993c04bb5dd4d730add0b4c791cc7b0'
sha256sums=('34ec88191fbadbc2e083786d22fffb8a8fd4eacf653c38c0a48bafd90676fc30'
'SKIP')
uses=()
group=(sys.kernel)
Expand Down

0 comments on commit a17cada

Please sign in to comment.