Compare commits
	
		
			16 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| abd1e98762 | |||
| 6f2a05e815 | |||
| 711976c711 | |||
| 22eab8179b | |||
| 99d9bd5d3a | |||
| 76f9daccd2 | |||
| 79692eb283 | |||
| 752d8e3111 | |||
| aefe07f15f | |||
| d5f3d9a605 | |||
| 114313a1b8 | |||
| 5d38f41152 | |||
| 3b2548d3d9 | |||
| b7f436d5ef | |||
| d1c13fd963 | |||
| bd26236cd7 | 
							
								
								
									
										2
									
								
								alr-repo.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								alr-repo.toml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | |||||||
|  | [repo] | ||||||
|  | minVersion = "v0.0.5" | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| name='bar-pkg' | name='bar-pkg' | ||||||
| version='1.0.0' | version='1.0.0' | ||||||
| release='1' | release='1' | ||||||
|  | desc='BAR PKG' | ||||||
| maintainer='UNKNOWN' | maintainer='UNKNOWN' | ||||||
| architectures=('all') | architectures=('all') | ||||||
| license=('UNKNOWN') | license=('UNKNOWN') | ||||||
| @@ -1,6 +1,7 @@ | |||||||
| name='foo-pkg' | name='foo-pkg' | ||||||
| version='1.0.0' | version='1.0.0' | ||||||
| release='1' | release='1' | ||||||
|  | desc='FOO PKG' | ||||||
| maintainer='UNKNOWN' | maintainer='UNKNOWN' | ||||||
| architectures=('all') | architectures=('all') | ||||||
| license=('UNKNOWN') | license=('UNKNOWN') | ||||||
							
								
								
									
										25
									
								
								test-70-meson/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								test-70-meson/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,25 @@ | |||||||
|  | name='test-70-meson' | ||||||
|  | version='1.0.0' | ||||||
|  | release='1' | ||||||
|  | desc='' | ||||||
|  | maintainer='UNKNOWN' | ||||||
|  | architectures=('all') | ||||||
|  | license=('UNKNOWN') | ||||||
|  |  | ||||||
|  | build_deps=( | ||||||
|  |   "meson" | ||||||
|  |   "ninja-build" | ||||||
|  | ) | ||||||
|  |  | ||||||
|  | build() { | ||||||
|  |   >&2 echo "cd $srcdir" | ||||||
|  |   cd "$srcdir" | ||||||
|  |   >&2 echo "meson setup build --prefix=/usr --buildtype=release -Dstrip=true" | ||||||
|  |   meson setup build --prefix=/usr --buildtype=release -Dstrip=true | ||||||
|  |   # ninja -C build -j $(($(nproc) - 1)) | ||||||
|  | } | ||||||
|  |  | ||||||
|  | package() { | ||||||
|  |   # cd "$srcdir" | ||||||
|  |   # meson install -C build --destdir="$pkgdir" | ||||||
|  | } | ||||||
							
								
								
									
										11
									
								
								test-app-with-lib/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								test-app-with-lib/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | |||||||
|  | name='test-app-with-lib' | ||||||
|  | version='1.0.0' | ||||||
|  | release='1' | ||||||
|  | desc='FOO PKG' | ||||||
|  | maintainer='UNKNOWN' | ||||||
|  | architectures=('all') | ||||||
|  | license=('UNKNOWN') | ||||||
|  | deps=( | ||||||
|  |     'test-lib' | ||||||
|  | ) | ||||||
|  |  | ||||||
							
								
								
									
										24
									
								
								test-autoreq-autoprov/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								test-autoreq-autoprov/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,24 @@ | |||||||
|  | name='test-autoreq-autoprov' | ||||||
|  | version='1.0.0' | ||||||
|  | release='1' | ||||||
|  | desc='-' | ||||||
|  | maintainer='UNKNOWN' | ||||||
|  | architectures=('all') | ||||||
|  | license=('UNKNOWN') | ||||||
|  |  | ||||||
|  | auto_req=1 | ||||||
|  | auto_prov=1 | ||||||
|  | auto_req_skiplist_altlinux=( | ||||||
|  |     "/usr/bin/zsh-req" | ||||||
|  |     "/usr/bin/bash-req" | ||||||
|  | ) | ||||||
|  | auto_req_skiplist_fedora=( | ||||||
|  |     "^/usr/bin/zsh-req$" | ||||||
|  |     "^/usr/bin/bash-req$" | ||||||
|  | ) | ||||||
|  |  | ||||||
|  | package() {     | ||||||
|  |     install-binary "$scriptdir/bash-req" bash-req | ||||||
|  |     install-binary "$scriptdir/zsh-req" zsh-req | ||||||
|  |     install-binary "$scriptdir/sh-req" sh-req | ||||||
|  | } | ||||||
							
								
								
									
										1
									
								
								test-autoreq-autoprov/bash-req
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										1
									
								
								test-autoreq-autoprov/bash-req
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | #!/bin/bash | ||||||
							
								
								
									
										1
									
								
								test-autoreq-autoprov/sh-req
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								test-autoreq-autoprov/sh-req
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | #!/bin/sh | ||||||
							
								
								
									
										1
									
								
								test-autoreq-autoprov/zsh-req
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								test-autoreq-autoprov/zsh-req
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | #!/bin/zsh | ||||||
							
								
								
									
										17
									
								
								test-group-and-summary/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								test-group-and-summary/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | name='test-group-and-summary' | ||||||
|  | version='1.0.0' | ||||||
|  | release='1' | ||||||
|  | group="System/Base" | ||||||
|  | summary="Custom summary" | ||||||
|  | desc_en="Long long | ||||||
|  | multiline description" | ||||||
|  | desc_ru="Длинное | ||||||
|  | описание" | ||||||
|  | maintainer='UNKNOWN' | ||||||
|  | architectures=('all') | ||||||
|  | license=('UNKNOWN') | ||||||
|  |  | ||||||
|  | package() { | ||||||
|  |     mkdir -p "$pkgdir/opt" | ||||||
|  |     echo "FOO-PKG" > "$pkgdir/opt/foo" | ||||||
|  | } | ||||||
							
								
								
									
										8
									
								
								test-lib/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								test-lib/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | |||||||
|  | name='test-lib' | ||||||
|  | version='1.0.0' | ||||||
|  | release='1' | ||||||
|  | desc='FOO PKG' | ||||||
|  | maintainer='UNKNOWN' | ||||||
|  | architectures=('all') | ||||||
|  | license=('UNKNOWN') | ||||||
|  |  | ||||||
		Reference in New Issue
	
	Block a user